Bash: nocorrect reserved word not supported

This commit is contained in:
Kolan Sh 2015-09-16 17:53:02 +03:00
parent aec855c32f
commit 3c2b4963b0
1 changed files with 3 additions and 6 deletions

View File

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