Wed, 12 Apr 2006
LS colors
If you ever typed ls into your black console, you may found it annoying that the directories where in dark blue color. This is hardly readable.
Here a short receipt how to change that:
- save current settings into a file:
cd; dircolor -p > .colorsrc
- Edit your settings and change the line starting with ‘’‘DIR’‘’
DIR 01;34
into something more readableDIR 01;37;01
- add the following line to your
~/.bashrc
if not alreay present:eval 'dircolor -b $HOME/.colorsrc'
- Log in or source your
.bashrc
and check the output of ls
posted at: 16:19 | path: /unix | permanent link to this entry