diff --git a/functions/__fisher_plugin_link.fish b/functions/__fisher_plugin_link.fish index a65297a..bd7ecc6 100644 --- a/functions/__fisher_plugin_link.fish +++ b/functions/__fisher_plugin_link.fish @@ -1,7 +1,3 @@ function __fisher_plugin_link -a options source target - - # Why not simply run `ln args` inside __fisher_plugin_enable? - # We want to provide a hook for future plugins to override core functionality. - ln $options $source $target end