Wednesday, January 12, 2011

enable ls color highlighting on mac, change color scheme in vim

$ mvim ~/.profile
 
copy paste following lines to .profile
export CLICOLOR=1
export LSCOLORS=Gxfxcxdxbxegedabagacad
or you could see man ls for more information
For the color scheme in vim, you could put following line to .vimrc or .gvimrc
colors koehler

No comments: