Add name argument to __fisher_plugin_source function.

This commit is contained in:
Jorge Bucaran 2016-02-04 02:46:18 +09:00
parent 486b2d6a81
commit 26549c2720
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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