mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Set sudo as an alias for sudo.
This commit is contained in:
parent
fce68bbba0
commit
5546e270c3
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ alias ...='cd ../..'
|
|||
alias -- -='cd -'
|
||||
|
||||
# Super user
|
||||
alias sudo='sudo ' # http://www.shellperson.net/using-sudo-with-an-alias/
|
||||
alias _='sudo'
|
||||
alias please='sudo'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue