mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-05 16:12:54 +02:00
6 lines
104 B
Fish
6 lines
104 B
Fish
if command -sq zoxide
|
|
pay-respects fish --alias | source
|
|
else
|
|
echo "pay-respects is not in $PATH"
|
|
end
|