summaryrefslogtreecommitdiff
path: root/fish/conf.d/zoxide.fish
blob: 18b2457db317172e1e4c36c64333299fcf4f7f0f (plain)
1
2
3
4
5
6
7
if type -q zoxide
    zoxide init fish | source
else
    echo "zoxide not installed?"
end

abbr z zi