1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 08:50:40 +01: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'