From 25c43ff6f11844dcf9ce4e47ce06622b06b160f0 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 9 Jul 2023 07:26:57 +0100 Subject: [PATCH] Temporarily disable zsh-autosuggestions --- zshrc.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zshrc.zsh b/zshrc.zsh index 2f9091e..2c2997e 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -54,8 +54,10 @@ source $HOME/.zsh/zsh-syntax-highlighting.zsh # ZSH history substring search source $HOME/.zsh/zsh-substring-search.zsh +# For now disable auto-suggestions +# iTerm2 nightly and fig really dont play nicely with it # ZSH autosuggestions -source $HOME/.zsh/zsh-autosuggestions.zsh +#source $HOME/.zsh/zsh-autosuggestions.zsh # Aliases source $HOME/.zsh/aliases.zsh