Add new __fisher_plugin_source function.

Third party plugins can override this function to modify the
install mechanism and support alternative install methods.
This commit is contained in:
Jorge Bucaran 2016-02-04 01:33:21 +09:00
parent 37101fb85c
commit eb11e378b8

View file

@ -0,0 +1,3 @@
function __fisher_plugin_source -a file
source "$file" ^ /dev/null
end