From 59da689717fb275880763ef15988f82a6e9d8f69 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Mon, 14 Jul 2025 20:37:39 -0500 Subject: feat(zsh): turn on zoxide --- dot_zshrc.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index e4538f0..8b71fef 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -159,6 +159,10 @@ alias zource='source $HOME/.zshrc' # Load Starship eval "$(starship init zsh)" +{{ if eq .chezmoi.os "linux" }} +# Load zoxide +eval "$(zoxide init zsh)" +{{ end -}} {{- if eq .chezmoi.os "darwin" }} # Load zsh syntax highlighting -- cgit v1.2.3