Linux Lite Forums

General => Suggestions and Feedback => Topic started by: sentim on July 19, 2022, 04:46:44 PM

Title: alias ls="ls --color" outputs color codes
Post by: sentim on July 19, 2022, 04:46:44 PM
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