2015年3月7日土曜日

MAC OSXターミナルのカラー表示

1) Color output for ls command
 Add the following lines to ~/.bash_profile 
export CLICOLOR=1 
export LSCOLORS=DxGxcxdxCxegedabagacad 

2)Turn on syntax coloring in Mac OS X 
To enable syntax highlighting in any Vim,added the following lines to ~/.vimrc 
filetype plugin indent on 
syntax on