Disable MENU_COMPLETE

This commit is contained in:
2019-05-22 13:52:53 +01:00
parent 75a7b4949f
commit 48174bd1a4

View File

@@ -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