這是 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
兩次