zshrc template

This commit is contained in:
Zam Kokott
2026-05-04 10:18:18 +02:00
parent 7237aacc2b
commit 53d4c09803

View File

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