Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我使用 zsh 和 prezto 作为我的 shell,我喜欢我配置颜色设置的方式(目录是青色等)但是当我尝试编写时:
alias ls="ls -l"
到我的 .zshrc 并重新加载另一个 iterm2 窗口,别名命令:
ls works as ls -l
但在目录上没有任何预配置的颜色(它们是纯白色的)。有任何想法吗?
添加export CLICOLOR=1到您的 .zshrc。
export CLICOLOR=1