Add zoxide support
This commit is contained in:
parent
8b5250bf97
commit
146422e4b4
1 changed files with 5 additions and 0 deletions
|
@ -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)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue