eliminating gnome-terminal colors

Michael ODonnell michael.odonnell at comcast.net
Thu Feb 21 10:16:26 EST 2008



>I don't want ls to use colors.

   export LS_COLOR=''
   alias l='ls --color=no'

>I don't want vim to use colors.

Assuming you mean syntax highlighting:

   echo "syntax off" >> ~/.vimrc
 


More information about the gnhlug-discuss mailing list