0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Added a "please" alias for sudo

This commit is contained in:
Bjarki Ágúst Guðmundsson 2012-07-26 17:54:15 +00:00
parent e709642f6f
commit 75029cda2a

View file

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