Files
dotfiles/archive/fish/apps/zoxide.fish

4 lines
82 B
Fish

if which zoxide &> /dev/null
zoxide init fish --cmd j --hook pwd | source
end