From 2d58ac65830fda44aab64f4823d4c1629cb87073 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 21 Dec 2024 02:27:39 +0800 Subject: [PATCH] feat: include zsh-autosuggestions. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 441999a..5cf4c48 100644 --- a/.zshrc +++ b/.zshrc @@ -171,5 +171,6 @@ setopt prompt_subst zstyle ':completion:*' menu select # [[ -s "$HOME/git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ]] && . "$HOME/git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +[[ -s "$HOME/git/zsh-autosuggestions/zsh-autosuggestions.zsh" ]] && . "$HOME/git/zsh-autosuggestions/zsh-autosuggestions.zsh" # [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"