Linux Lite Forums

Full Version: alias ls="ls --color" outputs color codes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello linuxlite,

I believe it would be better to change bash alias:

from:
alias ls="ls --color"
to:
alias ls="ls --color=auto"

That would not output color codes in terminal.

Thanks