Commit 3e4d10c4 authored by Shahin Sorkh's avatar Shahin Sorkh Committed by Marc Cornellà
Browse files

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

parent 563c0708
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment