Bash: nocorrect reserved word not supported
This commit is contained in:
parent
aec855c32f
commit
3c2b4963b0
9
alias.sh
9
alias.sh
@ -11,9 +11,9 @@ alias llha='llah'
|
||||
alias fls="fls -rd"
|
||||
|
||||
# file operations
|
||||
alias cp='nocorrect cp --verbose --preserve=all'
|
||||
alias mv='nocorrect mv --verbose'
|
||||
alias rm='nocorrect rm -v'
|
||||
alias cp='cp --verbose --preserve=all'
|
||||
alias mv='mv --verbose'
|
||||
alias rm='rm -v'
|
||||
alias ln='ln -vi'
|
||||
alias chmod='chmod -v'
|
||||
alias chown='chown -v'
|
||||
@ -63,9 +63,6 @@ alias killall="killall --interactive --verbose"
|
||||
|
||||
alias free="free -t -h"
|
||||
|
||||
which git &>/dev/null && alias git="nocorrect git"
|
||||
which hg &>/dev/null && alias hg="nocorrect hg"
|
||||
|
||||
which scrot &>/dev/null && alias scrot="scrot --border --count --quality 75 $HOME'/screenshots/%d-%b-%y_%H-%M-%S_\$wx\$h.png' --exec 'du -h \$f'"
|
||||
|
||||
which sudo &>/dev/null && alias su='sudo su -'
|
||||
|
Loading…
x
Reference in New Issue
Block a user