From 7237aacc2bb4760ed03a603c2c8be14413fb819e Mon Sep 17 00:00:00 2001 From: Zam Kokott Date: Mon, 4 May 2026 10:13:39 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index def3bdb..cb5fe77 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -34,11 +34,6 @@ PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH" export PATH {{ end }} - -source <(kubectl completion zsh) -source <(kubebuilder completion zsh) -source <(chezmoi completion zsh) - type starship_zle-keymap-select >/dev/null || \ { eval "$(starship init zsh)"