mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01: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
|