ZSH で私がうまくいった方法は次のとおりです。
私は走った
dircolors -p > ~/.dircolors
次に、ファイルの最後に次の行を追加しました.zshrc
。
eval "$(dircolors ~/.dircolors)";
.dircolors
次に、エディターで開いて、次の行の数字を変更しました。
OTHER_WRITABLE 01;35 # dir that is other-writable (o+w) and not sticky
35はマゼンタに相当します。
次に、ZSHを再起動します。
~/.zshrc
2回