From 73d172125f95c662ae6a1aa774eb79564536673f Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 30 Jul 2023 17:48:18 +0100 Subject: [PATCH] Re-enable zsh autosuggestions --- zshrc.zsh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zshrc.zsh b/zshrc.zsh index 239e25a..3cd1d7b 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -54,10 +54,8 @@ 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