removing _ as sudo (and adding it to dotfiles)

This commit is contained in:
Nathan Stilwell 2016-03-03 17:21:47 -05:00
commit f87dbf080e

View file

@ -7,7 +7,6 @@ alias ...='cd ../..'
alias -- -='cd -' alias -- -='cd -'
# Super user # Super user
alias _='sudo'
alias please='sudo' alias please='sudo'
#alias g='grep -in' #alias g='grep -in'
@ -23,4 +22,3 @@ alias la='ls -lA'
alias sl=ls # often screw this up alias sl=ls # often screw this up
alias afind='ack-grep -il' alias afind='ack-grep -il'