From 9542f38a0c6fca744484a4b3c37cfca9a088db62 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 4 Feb 2016 01:32:23 +0900 Subject: [PATCH] Remove superfluous comment. --- functions/__fisher_plugin_link.fish | 4 ---- 1 file changed, 4 deletions(-) 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