Click to See Complete Forum and Search --> : Quick, easy Eterm Question....
MADHATter7
12-19-2000, 09:37 PM
How does one make Eterm use the three font colors ? I mean, files one color, directories another & executables another...
Just wondering if anyone knows....
------------------
MADHATter7
EMAIL: madhatterus@netscape.net
ICQ : 101324593
[This message has been edited by MADHATter7 (edited 19 December 2000).]
MADHATter7
12-20-2000, 10:19 AM
I guess I should post this as well - I edited the .bashrc file and it works for root, just not for the user(s)...
Thanks....
Muzzafarath
12-20-2000, 10:32 AM
Put this in the end of /etc/profile:
alias ls='ls --color'
MADHATter7
12-22-2000, 11:13 PM
Originally posted by Muzzafarath:
Put this in the end of /etc/profile:
alias ls='ls --color'
Thank you, it worked !! http://www.linuxnewbie.org/ubb/biggrin.gif
Muzzafarath
12-23-2000, 08:32 AM
You can also add/change the colors for files in /etc/DIR_COLORS (or maybe it was /etc/DIRCOLORS, can't remember). It should be pretty self-explanatory, and it is a very nice feature of ls http://www.linuxnewbie.org/ubb/wink.gif