Browse Source

misc: remove please alias to sudo

Fixes #7527
Marc Cornellà 5 years ago
parent
commit
6db298c57a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/misc.zsh

+ 0 - 1
lib/misc.zsh

@@ -23,7 +23,6 @@ env_default 'LESS' '-R'
 
 ## super user alias
 alias _='sudo'
-alias please='sudo'
 
 ## more intelligent acking for ubuntu users
 if which ack-grep &> /dev/null; then