晒一下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

 

终端偏好设置

  

posted @ 2015-08-10 10:45  china8036  阅读(10839)  评论(0编辑  收藏  举报