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

5 lines
118 B
Bash

if command -v zoxide &> /dev/null; then
eval "$(zoxide init zsh)"
fi
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2