From c5a5c5f107c0edfcd77fd2d14ab38bf6e444a97c Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sun, 28 Jan 2024 21:30:04 +0100 Subject: [PATCH] Adding bashcompinit. --- zshrc | 3 +++ 1 file changed, 3 insertions(+) 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