dotfiles/zsh/funcs/zoxide
Anthony Cicchetti 2884b2fd2c Updates
2020-11-19 13:55:25 -05:00

4 lines
93 B
Text

if [[ -x ~/.cargo/bin/zoxide ]]; then
export _ZO_ECHO=1
eval "$(zoxide init zsh)"
fi