fisher/functions/__fisher_plugin_source.fish
Jorge Bucaran 3612582160
Add new __fisher_plugin_source function.
Third party plugins can override this function to modify the
install mechanism and support alternative install methods.
2016-02-04 01:33:21 +09:00

4 lines
75 B
Fish

function __fisher_plugin_source -a file
source "$file" ^ /dev/null
end