1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

lib: allow alias expansion in _ sudo alias (#8268)

This commit is contained in:
Shahin Sorkh 2019-10-16 19:31:15 +03:30 committed by Marc Cornellà
parent 563c0708ab
commit 3e4d10c4f1

View file

@ -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