diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 2f6d21a..ecc2f6a 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -124,8 +124,8 @@ if [[ $- == *i* ]] ; then if test -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ; then # Works well for solarized ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10" - # Strategy - ZSH_AUTOSUGGEST_STRATEGY=(history completion) + # Strategy -- note that 'completion' is slow AF + ZSH_AUTOSUGGEST_STRATEGY=(history) source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh fi fi # End interactive-only block