mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat: Implement auto-detection of subexecutor
This commit is contained in:
parent
fd01fd66ce
commit
a13fdca8ac
4 changed files with 52 additions and 6 deletions
|
|
@ -27,9 +27,6 @@ elif (( ${+commands[more]} )); then
|
|||
env_default 'PAGER' 'more'
|
||||
fi
|
||||
|
||||
## super user alias
|
||||
alias _='sudo '
|
||||
|
||||
## more intelligent acking for ubuntu users and no alias for users without ack
|
||||
if (( $+commands[ack-grep] )); then
|
||||
alias afind='ack-grep -il'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue