mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
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:
parent
37101fb85c
commit
eb11e378b8
3
functions/__fisher_plugin_source.fish
Normal file
3
functions/__fisher_plugin_source.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function __fisher_plugin_source -a file
|
||||
source "$file" ^ /dev/null
|
||||
end
|
Loading…
Reference in New Issue
Block a user