Update .zshrc

This commit is contained in:
Zam Kokott
2026-05-04 10:11:12 +02:00
parent bcf2cd8c9e
commit c4d7ac3103

View File

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