pay-respects/init.fish

6 lines
104 B
Fish
Raw Permalink Normal View History

if command -sq zoxide
pay-respects fish --alias | source
else
echo "pay-respects is not in $PATH"
end