yychenleslie / SoftMatterDiscuss

软物质交流,讨论。
7 stars 0 forks source link

Mac系统zsh终端颜色的设置 #14

Open HuangJiaLian opened 3 years ago

HuangJiaLian commented 3 years ago

在终端配置文件~/.zshrc文件中添加下面三行:

PROMPT='%F{green}%*%f:%F{blue}%~%f %% '
export CLICOLOR=1;
export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd;

@shunangong

参考: https://medium.com/dev-genius/customize-the-macos-terminal-zsh-4cb387e4f447