mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
oh-my-fish.fish: remove debug code thanks @GlitchMr
This commit is contained in:
parent
513f19c8a1
commit
34967e61e9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user