Skip to content
Snippets Groups Projects
Commit 34967e61 authored by Wolfgang Richter's avatar Wolfgang Richter Committed by Bruno Pinto
Browse files

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

parent 513f19c8
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment