mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Added a "please" alias for sudo
This commit is contained in:
parent
e709642f6f
commit
75029cda2a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ alias -- -='cd -'
|
|||
|
||||
# Super user
|
||||
alias _='sudo'
|
||||
alias please='sudo'
|
||||
|
||||
#alias g='grep -in'
|
||||
|
||||
|
|
Loading…
Reference in a new issue