07-19-2022, 08:46 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
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