diff --git a/zshrc.zsh b/zshrc.zsh index 283b697..6e9932b 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -177,5 +177,10 @@ if command -v ngrok &>/dev/null; then eval "$(ngrok completion)" fi +# zoxide - a better `cd` command +if command -v zoxide &>/dev/null; then + eval "$(zoxide init zsh)" +fi + # Init starship prompt -- https://starship.rs eval "$(starship init zsh)"