Add name argument to __fisher_plugin_source function.

This commit is contained in:
Jorge Bucaran 2016-02-04 02:46:18 +09:00 committed by Jorge Bucaran
parent e780e66edb
commit 4f520febbf
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