1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Removed unsolicited aliases.

Those aliases should be in user's .zshrc file, instead of being default.
This commit is contained in:
Kaiwen Xu 2014-03-10 04:05:14 -04:00
parent 48579ebf2b
commit b71a2b9d0f

View file

@ -6,11 +6,6 @@ alias po='popd'
alias ...='cd ../..' alias ...='cd ../..'
alias -- -='cd -' alias -- -='cd -'
# Prevent headaches
alias cp='cp -v'
alias rm='rm -v'
alias mv='mv -v'
# Super user # Super user
alias _='sudo' alias _='sudo'
alias please='sudo' alias please='sudo'