Update .zshrc

This commit is contained in:
Zam Kokott
2026-05-04 13:06:35 +02:00
parent fd222d8bfb
commit 760dd789f2

View File

@@ -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 }}