From a5dda94df43ebfb3607573199b6cdd0fd885a963 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Wed, 13 Aug 2025 21:28:08 -0500 Subject: feat(zsh): eval zoxide for all zsh --- dot_zshrc.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 52a37a4..4e7cb75 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -170,7 +170,6 @@ alias pn='poetry run nvim .' # Load Starship eval "$(starship init zsh)" -{{ if eq .chezmoi.os "linux" }} + # Load zoxide eval "$(zoxide init zsh)" -{{ end -}} -- cgit v1.2.3