dotfiles/zsh/.config/zsh/source/zoxide.zsh

5 lines
118 B
Bash
Raw Normal View History

2022-06-14 05:13:44 +00:00
if command -v zoxide &> /dev/null; then
eval "$(zoxide init zsh)"
fi
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2