diff --git a/shell/zshrc.sh b/shell/zshrc.sh index 5b30257..ef3ea27 100644 --- a/shell/zshrc.sh +++ b/shell/zshrc.sh @@ -41,6 +41,10 @@ source "$ZSH/oh-my-zsh.sh" # Customize to your needs... +# Enable bash-style completion +autoload -U bashcompinit +bashcompinit + # Disable shared history unsetopt share_history