feat: include zsh-autosuggestions.

This commit is contained in:
Gea-Suan Lin
2024-12-21 02:27:39 +08:00
parent 7d600106e1
commit 2d58ac6583

1
.zshrc
View File

@@ -171,5 +171,6 @@ setopt prompt_subst
zstyle ':completion:*' menu select 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-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" [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"