From 85739dbe76ba7e55854a2957e2e7504c6f87642b Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Mon, 22 Sep 2014 10:08:24 -0300 Subject: [PATCH] Disable autosuggestion server startup. The server is not working even in zsh5. Disable it until fixed. --- autosuggestions.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autosuggestions.zsh b/autosuggestions.zsh index 456b011..d8d5f5b 100644 --- a/autosuggestions.zsh +++ b/autosuggestions.zsh @@ -22,9 +22,9 @@ function { fi autoload -U is-at-least - if is-at-least 5.0.3; then - autosuggest-ensure-server - fi + # if is-at-least 5.0.3; then + # autosuggest-ensure-server + # fi } ZLE_AUTOSUGGEST_SUSPEND_WIDGETS=(