Mac终端主题Peppermint

Peppermint主题下载

下载地址:https://noahfrederick.com/log/lion-terminal-theme-peppermint

配置颜色:

1、写配置文件

vim ~/.bash_profile

2、加入以下配置

export CLICOLOR=1
export PS1='[33[01;33m]u@h[33[01;32m] W$[33[00m] '
alias grep='grep --color=always'

3、重新打开终端后可以看到美化过后的效果了

原文地址:https://www.cnblogs.com/congyucn/p/8650361.html