From 53d4c09803984cf7d7b124ecb40720cfac05c337 Mon Sep 17 00:00:00 2001 From: Zam Kokott Date: Mon, 4 May 2026 10:18:18 +0200 Subject: [PATCH] zshrc template --- dot_zshrc.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index cb5fe77..1524439 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -32,8 +32,9 @@ alias ls='eza --icons=always' {{ if eq .chezmoi.os "darwin" }} PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH" export PATH -{{ end }} +{{ end }} +source <(chezmoi completion zsh) type starship_zle-keymap-select >/dev/null || \ { eval "$(starship init zsh)" @@ -50,6 +51,8 @@ source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh eval "$(/opt/homebrew/bin/brew shellenv)" source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh +source <(kubectl completion zsh) +source <(kubebuilder completion zsh) {{ end }}