C
carbon333
Guest
If you want your 'ls' results to be colored, try executing:
ls --color
To make it permanent, add this line to your ~/.bashrc:
alias ls='ls --color'
ls --color
To make it permanent, add this line to your ~/.bashrc:
alias ls='ls --color'