1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-07 08:07:28 +08:00

Merge pull request #1255 from SuprDewd/master

Added a "please" alias for sudo
This commit is contained in:
Robby Russell
2012-12-02 12:44:17 -08:00

View File

@@ -8,6 +8,7 @@ alias -- -='cd -'
# Super user
alias _='sudo'
alias please='sudo'
#alias g='grep -in'