Click to See Complete Forum and Search --> : console colors missing


jrbush82
04-11-2004, 01:51 AM
I just installed Slackware v9.1 and I am trying to get console colors working. I know this works with ls --color=auto, but how do I set this to always show up rather than having to run ls --color=auto each time

thanks in advance

hardcore
04-11-2004, 03:12 AM
make an alias in /home/your_user/.bashrc.

alias ls="ls --color=auto"