mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Add name argument to __fisher_plugin_source function.
This commit is contained in:
parent
486b2d6a81
commit
26549c2720
@ -45,7 +45,7 @@ function __fisher_plugin_enable -a plugin path
|
||||
__fisher_plugin_link $link $source $fisher_config/$target
|
||||
|
||||
if test "$class" = --source
|
||||
__fisher_plugin_source $fisher_config/$target
|
||||
__fisher_plugin_source $plugin $fisher_config/$target
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1,3 +1,3 @@
|
||||
function __fisher_plugin_source -a file
|
||||
function __fisher_plugin_source -a plugin file
|
||||
source "$file" ^ /dev/null
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user