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