From ubuntu-users Wed Oct 06 21:11:39 2004 From: ubuntu () arda ! demon ! co ! uk (Andy) Date: Wed, 06 Oct 2004 21:11:39 +0000 To: ubuntu-users Subject: Various problems Message-Id: <41645F8B.5010209 () arda ! demon ! co ! uk> X-MARC-Message: https://marc.info/?l=ubuntu-users&m=139114863229974 antongiulio wrote: >>>3) bash (with gnome-terminal) has not "coloured" dir, files, ecc, only black and white >> >>Check that the appropriate lines are uncommented in your .bashrc file - >>IIR they were commented out by default and I had to uncomment them >> >>Andy > > > in my .bashrc there is only: Strange. Maybe I added it myself - can't remember! Anyway, try adding: # enable color support of ls and also add handy aliases if [ "$TERM" != "dumb" ]; then eval `dircolors -b` alias ls='ls --color=auto' #alias dir='ls --color=auto --format=vertical' #alias vdir='ls --color=auto --format=long' fi Uncomment the dir and vdir lines if you want them. HTH Andy