diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-07-14 20:37:39 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 59da689717fb275880763ef15988f82a6e9d8f69 (patch) | |
| tree | 70cc4a9d6e490f097000580d780062502a6302d1 | |
| parent | ed6c2f2b890debcc205fa8a3226de84912897cfd (diff) | |
feat(zsh): turn on zoxide
| -rw-r--r-- | dot_zshrc.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
