diff --git a/zshrc b/zshrc index d29bb26..3202bd7 100644 --- a/zshrc +++ b/zshrc @@ -9,6 +9,9 @@ export FPATH=${HOME}/.zsh/functions:${DOTFILES}/zsh/functions:${FPATH} # Base autoloading autoload -Uz compaudit compinit compinit +# Autoload bash completions +autoload -U +X bashcompinit +bashcompinit # zsh packages from system if [[ -f ${DOTFILES}/zsh/distro.base.zsh ]]; then