Tue, 04 Oct 2005
dir_colors
dircolors -p > /home/myhome/.dir_colors
// creates a copy of DIR_COLORS
edit .dir_colors as appropriate (self-explanatory)
make sure to add TERM kterm (or whatever) to .dir_colors
edit .bashrc to include
export LS_OPTIONS='--color=auto'
eval `dircolors $HOME/.dir_colors`
restart shell session
Posted at: 00:00 | category: /commands | Comments ()
Rustybear Blog