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
0 件のコメント:
コメントを投稿