diff --git a/zshrc.zsh b/zshrc.zsh index b16d5ad..3eb61d5 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -91,9 +91,6 @@ zplug load # Completion # ============================================================================== -# Show menu and fix incorrect case immediately with the first tab key press -setopt MENU_COMPLETE - # Enable bash-style completion. autoload -Uz +X compinit && compinit autoload -Uz +X bashcompinit && bashcompinit