答案1
您不需要 iTerm2 + omz。
我建议使用 GNU ls
,LS_COLORS
你可以安装核心工具(通过 homebrew)和alias ls='gls --l --color'
。
脚步:
brew install coreutils
.zshrc
或放入.bash_profile
LS_COLORS='di=01;04'
alias ls='gls --l --color'
您不需要 iTerm2 + omz。
我建议使用 GNU ls
,LS_COLORS
你可以安装核心工具(通过 homebrew)和alias ls='gls --l --color'
。
脚步:
brew install coreutils
.zshrc
或放入.bash_profile
LS_COLORS='di=01;04'
alias ls='gls --l --color'