mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Removed unsolicited aliases.
Those aliases should be in user's .zshrc file, instead of being default.
This commit is contained in:
parent
48579ebf2b
commit
b71a2b9d0f
1 changed files with 0 additions and 5 deletions
|
@ -6,11 +6,6 @@ alias po='popd'
|
|||
alias ...='cd ../..'
|
||||
alias -- -='cd -'
|
||||
|
||||
# Prevent headaches
|
||||
alias cp='cp -v'
|
||||
alias rm='rm -v'
|
||||
alias mv='mv -v'
|
||||
|
||||
# Super user
|
||||
alias _='sudo'
|
||||
alias please='sudo'
|
||||
|
|
Loading…
Reference in a new issue