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

10 lines
133 B
Bash
Raw Normal View History

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