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