LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Eterm colors (https://www.linuxquestions.org/questions/linux-software-2/eterm-colors-70911/)

Qex 07-08-2003 05:55 AM

Eterm colors
 
Hi,

I've installed Eterm and it works fine, except it doesn't "color" directory contents, i.e. makes executables green, directories blue etc.....except I do

ls --color

How can I make Eterm always color directory contents??

dh3rm3 07-08-2003 04:06 PM

simply add this to your ~/.bashrc

alias ls='ls --color=always -F -X'

and if you want to modify the default color of your system edit /etc/DIR_COLORS

JanRigter 07-18-2003 09:26 AM

Hi guys,

Eterm has its own config file and will not use the system colors you specify in DIR_COLORS unless you comment those out in theme.cfg.

Cheers,
Jan


All times are GMT -5. The time now is 12:11 PM.