mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-15 12:13:28 +00:00
13 lines
267 B
Fish
13 lines
267 B
Fish
echo pyon pyon
|
|
|
|
function ponyo_install --on-event ponyo_install
|
|
set --global ponyo pyon pyon
|
|
end
|
|
|
|
function ponyo_update --on-event ponyo_update
|
|
set --global --append ponyo pyon
|
|
end
|
|
|
|
function ponyo_uninstall --on-event ponyo_uninstall
|
|
set --erase ponyo
|
|
end |