晒一下MAC下终端颜色配置
效果图:
~/.vimrc 配置
filetype on set history=1000 set background=dark syntax on set autoindent set smartindent set tabstop=4 set shiftwidth=4 set showmatch set guioptions-=T set vb t_vb= set ruler set nohls set incsearch set backup
~/.bash_profile配置
export CLICOLOR=1 export LSCOLORS=GxFxCxDxBxegedabagaced
终端偏好设置