Add zoxide support

This commit is contained in:
Jonny Barnes 2024-02-16 18:28:58 +00:00
parent 8b5250bf97
commit 146422e4b4
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

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