From d5c59efd43de8669257ec25a3dda2ac23326d381 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 19 Aug 2018 19:16:48 -0600 Subject: [PATCH] Delete 'bash/etc-profile.d scripts/colourLS.sh' No longer used. --- bash/etc-profile.d scripts/colourLS.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 bash/etc-profile.d scripts/colourLS.sh 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'