Append the following strings in /etc/bash.bashrc
to color your Debian shell:
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
Minimal website with a mess of tips for more expert users…
Append the following strings in /etc/bash.bashrc
to color your Debian shell:
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'