From 4ba1c4a6fbd95aa09fb0b533a4446418d213ee4b Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 19 Aug 2018 19:17:02 -0600 Subject: [PATCH] Delete 'bash/etc-profile.d scripts/commandAliases.sh' No longer used. --- bash/etc-profile.d scripts/commandAliases.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bash/etc-profile.d scripts/commandAliases.sh diff --git a/bash/etc-profile.d scripts/commandAliases.sh b/bash/etc-profile.d scripts/commandAliases.sh deleted file mode 100644 index 63fdb1f..0000000 --- a/bash/etc-profile.d scripts/commandAliases.sh +++ /dev/null @@ -1,9 +0,0 @@ -### Note: If you change the name of this file, it must come AFTER colourLS.sh -### alphabetically to avoid errors from references to LS_OPTIONS - -### Set command aliases -alias ll='ls $LS_OPTIONS -l' -alias l='ls $LS_OPTIONS -lA' -alias rm='rm -i' -alias mv='mv -i' -alias cp='cp -i'