fix: remove strange ]].
This commit is contained in:
2
.zshrc
2
.zshrc
@@ -170,6 +170,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/.zshrc.local" ]] && . "$HOME/.zshrc.local"
|
[[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"
|
||||||
|
|||||||
Reference in New Issue
Block a user