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