powerline/tests/test_shells/input.bash

24 lines
656 B
Bash
Raw Normal View History

2014-01-12 21:53:38 +01:00
POWERLINE_COMMAND="$PWD/scripts/powerline -p $PWD/powerline/config_files"
POWERLINE_COMMAND="$POWERLINE_COMMAND -t default_leftonly.segment_data.hostname.args.only_if_ssh=false"
POWERLINE_COMMAND="$POWERLINE_COMMAND -c ext.shell.theme=default_leftonly"
export VIRTUAL_ENV=
2014-01-12 21:53:38 +01:00
source powerline/bindings/bash/powerline.sh ; cd tests/shell/3rd
cd .git
cd ..
VIRTUAL_ENV="$HOME/.virtenvs/some-virtual-environment"
VIRTUAL_ENV=
2014-01-26 20:52:06 +01:00
bash -c 'echo $$>pid ; while true ; do sleep 0.1s ; done' &
2014-01-12 21:53:38 +01:00
false
kill `cat pid` ; sleep 1s
2014-01-26 18:59:33 +01:00
cd "$DIR1"
cd ../"$DIR2"
cd ../'\[\]'
cd ../'%%'
cd ../'#[bold]'
cd ../'(echo)'
cd ../'$(echo)'
cd ../'`echo`'
2014-01-12 21:53:38 +01:00
false
true is the last line
2014-01-12 21:53:38 +01:00
exit