diff --git a/bash/etc-profile.d scripts/colourLS.sh b/bash/etc-profile.d scripts/colourLS.sh new file mode 100644 index 0000000..445691e --- /dev/null +++ b/bash/etc-profile.d scripts/colourLS.sh @@ -0,0 +1,4 @@ +### Colourize directory listing using dircolors +export LS_OPTIONS='--color auto' +eval "`dircolors`" +alias ls='ls $LS_OPTIONS'