mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
8 lines
169 B
Fish
8 lines
169 B
Fish
function __fisher_plugin_unlink -a name file
|
|
debug "Unlink '%s'" $file
|
|
command rm -f $file
|
|
|
|
debug "Erase function '%s'" $name
|
|
functions -e $name
|
|
end
|