aboutsummaryrefslogtreecommitdiff
path: root/99-plugins.zsh
diff options
context:
space:
mode:
Diffstat (limited to '99-plugins.zsh')
-rw-r--r--99-plugins.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/99-plugins.zsh b/99-plugins.zsh
index 4f10476..18afb47 100644
--- a/99-plugins.zsh
+++ b/99-plugins.zsh
@@ -14,4 +14,9 @@ else
source ~/.zshrc.d/plugins/fast-syntax-highlighting/F-Sy-H.plugin.zsh
fi
+if ( which zoxide &> /dev/null ) ; then
+ eval "$(zoxide init zsh)"
+ alias cd=z
+fi
+
/bin/true