From c4d7ac3103cf122a53707be9ced1a6106be3930d Mon Sep 17 00:00:00 2001 From: Zam Kokott Date: Mon, 4 May 2026 10:11:12 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 9b56833..def3bdb 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -30,10 +30,10 @@ alias cd='z' alias ls='eza --icons=always' {{ if eq .chezmoi.os "darwin" }} -path="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH" +PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH" +export PATH {{ end }} -export path source <(kubectl completion zsh) source <(kubebuilder completion zsh)