diff --git a/resources/shell/bash-completion b/resources/shell/bash-completion index e431064f..0ba9ef48 100644 --- a/resources/shell/bash-completion +++ b/resources/shell/bash-completion @@ -1,3 +1,7 @@ +if [[ -n ${ZSH_VERSION-} ]]; then + autoload -U +X bashcompinit && bashcompinit +fi + _arc () { CUR="${COMP_WORDS[COMP_CWORD]}"