From 310af9ae7595e5946e8fecf728c422e18a14479e Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 10 Aug 2014 15:46:43 +0400 Subject: [PATCH] Prefer powerline bindings directory over fish_function_path --- tests/test_shells/input.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_shells/input.fish b/tests/test_shells/input.fish index f8da144e..d256c6fa 100644 --- a/tests/test_shells/input.fish +++ b/tests/test_shells/input.fish @@ -1,4 +1,4 @@ -set fish_function_path $fish_function_path "$PWD/powerline/bindings/fish" +set fish_function_path "$PWD/powerline/bindings/fish" $fish_function_path powerline-setup set POWERLINE_COMMAND "$POWERLINE_COMMAND -p $PWD/powerline/config_files" set POWERLINE_COMMAND "$POWERLINE_COMMAND -t default_leftonly.segment_data.hostname.args.only_if_ssh=false"