diff options
Diffstat (limited to 'dot_zshrc.tmpl')
| -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 |
