Disable autosuggestion server startup.

The server is not working even in zsh5. Disable it until fixed.
pull/34/head
Thiago de Arruda 11 years ago
parent bd11c34e84
commit 85739dbe76

@ -22,9 +22,9 @@ function {
fi fi
autoload -U is-at-least autoload -U is-at-least
if is-at-least 5.0.3; then # if is-at-least 5.0.3; then
autosuggest-ensure-server # autosuggest-ensure-server
fi # fi
} }
ZLE_AUTOSUGGEST_SUSPEND_WIDGETS=( ZLE_AUTOSUGGEST_SUSPEND_WIDGETS=(

Loading…
Cancel
Save