这是 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
两次