Wait until fish_update_completions finishes

This commit is contained in:
ZyX 2014-08-24 16:58:35 +04:00
parent 09b78884de
commit 68ecd81edd
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,7 @@
set fish_function_path "$PWD/powerline/bindings/fish" $fish_function_path
while jobs | grep fish_update_completions
sleep 1
end
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"
@ -22,4 +25,3 @@ cd ../'$(echo)'
cd ../'`echo`'
false
true is the last line
exit