diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 6c88257..299002a 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -53,6 +53,7 @@ eval "$(/opt/homebrew/bin/brew shellenv)" source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh source <(kubectl completion zsh) source <(kubebuilder completion zsh) +source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh {{ end }}