From 96d685ab7db4ce54a0bbc43658b415591f754635 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 4 Feb 2016 01:35:16 +0900 Subject: [PATCH] Use __fisher_plugin_source to evaluate file if class is --source. --- functions/__fisher_plugin_enable.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/__fisher_plugin_enable.fish b/functions/__fisher_plugin_enable.fish index df96bc9..3522224 100644 --- a/functions/__fisher_plugin_enable.fish +++ b/functions/__fisher_plugin_enable.fish @@ -45,7 +45,7 @@ function __fisher_plugin_enable -a plugin path __fisher_plugin_link $link $source $fisher_config/$target if test "$class" = --source - source $fisher_config/$target + __fisher_plugin_source $fisher_config/$target end end end