From 7d600106e1639d62584d22581569219a96efd75a Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 21 Dec 2024 02:27:15 +0800 Subject: [PATCH] fix: remove strange `]]`. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9b125fc..441999a 100644 --- a/.zshrc +++ b/.zshrc @@ -170,6 +170,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-syntax-highlighting/zsh-syntax-highlighting.zsh" ]] && . "$HOME/git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" # [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"