Delete 'bash/etc-profile.d scripts/commandAliases.sh'

No longer used.
This commit is contained in:
Asif Bacchus 2018-08-19 19:17:02 -06:00
parent d5c59efd43
commit 4ba1c4a6fb
1 changed files with 0 additions and 9 deletions

View File

@ -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'