summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2025-08-13 21:28:08 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commita5dda94df43ebfb3607573199b6cdd0fd885a963 (patch)
tree495753a390a540c838f0262336a1109f63aa89c6
parenta40669441b6c9bf5f3327274113df2dc0414b9fc (diff)
feat(zsh): eval zoxide for all zsh
-rw-r--r--dot_zshrc.tmpl3
1 files changed, 1 insertions, 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 -}}