Prefer powerline bindings directory over fish_function_path
This commit is contained in:
parent
5c5407cffd
commit
310af9ae75
|
@ -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
|
powerline-setup
|
||||||
set POWERLINE_COMMAND "$POWERLINE_COMMAND -p $PWD/powerline/config_files"
|
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"
|
set POWERLINE_COMMAND "$POWERLINE_COMMAND -t default_leftonly.segment_data.hostname.args.only_if_ssh=false"
|
||||||
|
|
Loading…
Reference in New Issue