答案1
您不需要 iTerm2 + omz。
我建議使用GNUls
和LS_COLORS
,你可以安裝核心工具(透過自製程序)和alias ls='gls --l --color'
.
腳步:
brew install coreutils
- 放入
.zshrc
或.bash_profile
放入
LS_COLORS='di=01;04'
alias ls='gls --l --color'
您不需要 iTerm2 + omz。
我建議使用GNUls
和LS_COLORS
,你可以安裝核心工具(透過自製程序)和alias ls='gls --l --color'
.
腳步:
brew install coreutils
.zshrc
或.bash_profile
放入LS_COLORS='di=01;04'
alias ls='gls --l --color'