fisher/functions/__fisher_plugin_source.fish
Jorge Bucaran eb11e378b8 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

3 lines
75 B
Fish

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