Compare commits

...

2 Commits

Author SHA1 Message Date
Gea-Suan Lin
2d58ac6583 feat: include zsh-autosuggestions. 2024-12-21 02:27:39 +08:00
Gea-Suan Lin
7d600106e1 fix: remove strange ]]. 2024-12-21 02:27:15 +08:00

3
.zshrc
View File

@@ -170,6 +170,7 @@ 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"