Disable autosuggestion server startup.
The server is not working even in zsh5. Disable it until fixed.
This commit is contained in:
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…
Reference in New Issue