From b47ca1487f5e396b6328fc83226b6f06a74f072e Mon Sep 17 00:00:00 2001 From: Zam Kokott Date: Mon, 4 May 2026 10:23:19 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 1524439..1d3b762 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -35,10 +35,7 @@ export PATH {{ end }} source <(chezmoi completion zsh) -type starship_zle-keymap-select >/dev/null || \ - { - eval "$(starship init zsh)" - } +eval "$(starship init zsh)" eval "$(zoxide init zsh)" {{ if eq .chezmoi.hostname "gentoo" }}