mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
lib: allow alias expansion in _ sudo alias (#8268)
This commit is contained in:
parent
563c0708ab
commit
3e4d10c4f1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ env_default 'PAGER' 'less'
|
|||
env_default 'LESS' '-R'
|
||||
|
||||
## super user alias
|
||||
alias _='sudo'
|
||||
alias _='sudo '
|
||||
|
||||
## more intelligent acking for ubuntu users
|
||||
if which ack-grep &> /dev/null; then
|
||||
|
|
Loading…
Reference in a new issue