Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Change 'ls' directory colors' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Change 'ls' directory colors
Authored by: dylanjames on Mar 17, '03 12:43:50PM
"couldn't find export command" probably means you're not using bash. In that case, add
set LS_COLORS='di=01;33'
to your .tcshrc.

However, it didn't work for me either, and I am using bash.



[ Reply to This | # ]
Change 'ls' directory colors
Authored by: matsur on Mar 17, '03 01:21:11PM
The correct command for tcsh
setenv LS_COLORS='di=01;33'


For sh/bash
LS_COLORS='di=01;33' ; export LS_COLORS



Cheers!

[ Reply to This | # ]
Change 'ls' directory colors
Authored by: TigerKR on Mar 17, '03 07:33:30PM

adding "setenv LS_COLORS='di=01;33'" to my .tcshrc file didn't do anything, even after restarting Terminal.app (I use tcsh).



[ Reply to This | # ]
Change 'ls' directory colors
Authored by: TigerKR on Mar 17, '03 07:34:41PM

not did "setenv LS_COLORS 'di=01;33'" work



[ Reply to This | # ]