dotfiles/.config/fish/conf.d/zoxide.fish

4 lines
77 B
Fish

if command -v zoxide &> /dev/null
zoxide init --cmd cd fish | source
end