mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-26 08:18:58 +01:00
Merge pull request #1255 from SuprDewd/master
Added a "please" alias for sudo
This commit is contained in:
commit
aa382b572e
@ -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 New Issue
Block a user