From 34967e61e95a791248148721763c5341f9918f5a Mon Sep 17 00:00:00 2001 From: Wolfgang Richter Date: Thu, 31 Oct 2013 16:56:14 -0400 Subject: [PATCH] oh-my-fish.fish: remove debug code thanks @GlitchMr --- oh-my-fish.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/oh-my-fish.fish b/oh-my-fish.fish index c03d6b0..d754c83 100644 --- a/oh-my-fish.fish +++ b/oh-my-fish.fish @@ -6,7 +6,6 @@ function _fish_add_plugin set -l plugin $argv[1] set -l plugin_path "plugins/$plugin" - echo 'adding plugin' if begin; test -d $fish_path/$plugin_path; and not contains \ $fish_path/$plugin_path $fish_function_path; end set fish_function_path $fish_path/$plugin_path $fish_function_path