From 760dd789f247bda828861ae9a5c02ffb9f96fa92 Mon Sep 17 00:00:00 2001 From: Zam Kokott Date: Mon, 4 May 2026 13:06:35 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 1 + 1 file changed, 1 insertion(+) 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 }}