Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Booker Hinton on October 19, 2000, 03:31:10 PM
-
Anyone know how to get the directories, files, etc. to show up in different colors in my telnet sessions?
-
> Anyone know how to get the directories, files, etc. to show up in
different colors in my telnet sessions?
For root:
pico ~/.bashrc
# Add the line:
alias ls='ls --color=auto'
login again & it should work fine :)
I've been unable to get this to work for other accoutns using E-Smith
yet...there's no .bashrc to modify & creating one in
/home/e-smith/files/ doesn't seem work...
Anyone else know how to fix this?
-
edit /etc/bashrc, and add the same line you mentioned. I usually add -Fh as well.