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:
parent
8b341c622e
commit
d75f47a0c7
|
@ -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 -c ext.shell.theme=default_leftonly"
|
||||
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 ..
|
||||
set VIRTUAL_ENV "$HOME/.virtenvs/some-virtual-environment"
|
||||
|
|
Loading…
Reference in New Issue