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

pull/2/head
Wolfgang Richter 11 years ago committed by Bruno Pinto
parent 513f19c8a1
commit 34967e61e9

@ -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

Loading…
Cancel
Save