Added commandAliases.sh to profile.d to set aliases globally
This commit is contained in:
parent
fd0b147e90
commit
6706297ef0
9
bash/etc-profile.d scripts/commandAliases.sh
Normal file
9
bash/etc-profile.d scripts/commandAliases.sh
Normal file
@ -0,0 +1,9 @@
|
||||
### 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'
|
Loading…
Reference in New Issue
Block a user