Use `.` for sourcing in fish

It appears that travis uses fish version without this command. Though `.` is 
deprecated on new versions it is still supported for backwards compatibility, 
thus may be used here.
This commit is contained in:
ZyX 2014-01-23 16:32:18 +04:00
parent 8b341c622e
commit d75f47a0c7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set POWERLINE_COMMAND "$PWD/scripts/powerline -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"
set POWERLINE_COMMAND "$POWERLINE_COMMAND -c ext.shell.theme=default_leftonly" set POWERLINE_COMMAND "$POWERLINE_COMMAND -c ext.shell.theme=default_leftonly"
set VIRTUAL_ENV set VIRTUAL_ENV
source powerline/bindings/fish/powerline.fish ; cd tests/shell/3rd . powerline/bindings/fish/powerline.fish ; cd tests/shell/3rd
cd .git cd .git
cd .. cd ..
set VIRTUAL_ENV "$HOME/.virtenvs/some-virtual-environment" set VIRTUAL_ENV "$HOME/.virtenvs/some-virtual-environment"