diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-08-13 21:28:08 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | a5dda94df43ebfb3607573199b6cdd0fd885a963 (patch) | |
| tree | 495753a390a540c838f0262336a1109f63aa89c6 | |
| parent | a40669441b6c9bf5f3327274113df2dc0414b9fc (diff) | |
feat(zsh): eval zoxide for all zsh
| -rw-r--r-- | dot_zshrc.tmpl | 3 |
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 -}} |
