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 0f92751ee3
commit 3612582160
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

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