On Wed, May 15, 2002 at 12:20:04AM +0100, Alex Hunsley wrote: | Can anyone remind me which package to install to get my console to colour code | things? Currently it's all white text... | | (Tried googling and apt-cache search with no luck.) | | thanks | lex | |
hello,
take a look in your ~/.bash_profile and ~/.bashrc. the settings are
(probably) there and just commented out.
i have this in my .bash_profile:
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
and this in my .bashrc:
eval `dircolors`
alias ls='ls --color=auto '
good luck,
jason
--
---------------------------------------------------------------
| http://theigloo.dhs.org:81 | http://counter.li.org/ |
| Debian GNU/Linux 3.0 Woody | 2.4.16-k6 |
| [EMAIL PROTECTED] | registered linux user #202942 |
---------------------------------------------------------------
pgpDFWelSgaEn.pgp
Description: PGP signature

