diff options
| -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 -}} |
