11 May
2010
11 May
'10
9:59 p.m.
On Tuesday 11 May 2010 16:27:45 Ken Jones wrote:
I've got my ULTRA1 Creator running 2.6.20-gentoo-R5.
I am having senior moments. Too long since I have command line LINUX'd. Even longer since I have bash'd.
My terminal display is different colors between files and directories which I do not like.
Where is that defined?
when your current terminal ($TERM) matches a valid entry in your /etc/DIR_COLORS database (or ~/.dir_colors), Gentoo's global bashrc will set up LS_COLORS via `dircolors` as well as create an ls alias that enables colors by default. easiest thing is to create your own ls alias in ~/.bashrc or simply unalias it echo 'unalias ls 2>/dev/null || :' >> ~/.bashrc -mike