mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
6 lines
141 B
Fish
6 lines
141 B
Fish
|
function __fisher_plugin_uninstall_handler -a plugin file
|
||
|
if source $file $plugin $file
|
||
|
emit uninstall_$plugin $file
|
||
|
end
|
||
|
end
|