mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Merge pull request #1255 from SuprDewd/master
Added a "please" alias for sudo
This commit is contained in:
commit
aa382b572e
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ alias -- -='cd -'
|
||||||
|
|
||||||
# Super user
|
# Super user
|
||||||
alias _='sudo'
|
alias _='sudo'
|
||||||
|
alias please='sudo'
|
||||||
|
|
||||||
#alias g='grep -in'
|
#alias g='grep -in'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue