oh-my-fish.fish: remove debug code thanks @GlitchMr

This commit is contained in:
Wolfgang Richter 2013-10-31 16:56:14 -04:00 committed by Bruno Pinto
parent 513f19c8a1
commit 34967e61e9

View File

@ -6,7 +6,6 @@ function _fish_add_plugin
set -l plugin $argv[1] set -l plugin $argv[1]
set -l plugin_path "plugins/$plugin" set -l plugin_path "plugins/$plugin"
echo 'adding plugin'
if begin; test -d $fish_path/$plugin_path; and not contains \ if begin; test -d $fish_path/$plugin_path; and not contains \
$fish_path/$plugin_path $fish_function_path; end $fish_path/$plugin_path $fish_function_path; end
set fish_function_path $fish_path/$plugin_path $fish_function_path set fish_function_path $fish_path/$plugin_path $fish_function_path