feat: Implement auto-detection of subexecutor

This commit is contained in:
Pandu POLUAN 2024-03-06 11:09:49 +07:00
commit a13fdca8ac
4 changed files with 52 additions and 6 deletions

View file

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