mirror of https://github.com/ohmyzsh/ohmyzsh.git
lib: allow alias expansion in _ sudo alias (#8268)
parent
563c0708ab
commit
3e4d10c4f1
|
@ -22,7 +22,7 @@ env_default 'PAGER' 'less'
|
||||||
env_default 'LESS' '-R'
|
env_default 'LESS' '-R'
|
||||||
|
|
||||||
## super user alias
|
## super user alias
|
||||||
alias _='sudo'
|
alias _='sudo '
|
||||||
|
|
||||||
## more intelligent acking for ubuntu users
|
## more intelligent acking for ubuntu users
|
||||||
if which ack-grep &> /dev/null; then
|
if which ack-grep &> /dev/null; then
|
||||||
|
|
Loading…
Reference in New Issue