2014-08-10 13:46:43 +02:00
|
|
|
set fish_function_path "$PWD/powerline/bindings/fish" $fish_function_path
|
2014-08-24 14:58:35 +02:00
|
|
|
while jobs | grep fish_update_completions
|
|
|
|
sleep 1
|
|
|
|
end
|
2014-08-02 19:27:31 +02:00
|
|
|
powerline-setup
|
|
|
|
set POWERLINE_COMMAND "$POWERLINE_COMMAND -p $PWD/powerline/config_files"
|
2014-01-22 05:33:43 +01:00
|
|
|
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"
|
2014-07-19 22:32:16 +02:00
|
|
|
setenv VIRTUAL_ENV
|
2014-08-02 19:27:31 +02:00
|
|
|
cd tests/shell/3rd
|
2014-01-22 05:33:43 +01:00
|
|
|
cd .git
|
|
|
|
cd ..
|
2014-07-19 22:32:16 +02:00
|
|
|
setenv VIRTUAL_ENV "$HOME/.virtenvs/some-virtual-environment"
|
|
|
|
setenv VIRTUAL_ENV
|
2014-08-10 15:10:35 +02:00
|
|
|
bgscript.sh & waitpid.sh
|
2014-01-22 05:33:43 +01:00
|
|
|
false
|
|
|
|
kill (cat pid) ; sleep 1s
|
2014-01-26 18:59:33 +01:00
|
|
|
cd "$DIR1"
|
|
|
|
cd ../"$DIR2"
|
2014-01-26 18:45:02 +01:00
|
|
|
cd ../'\[\]'
|
|
|
|
cd ../'%%'
|
|
|
|
cd ../'#[bold]'
|
|
|
|
cd ../'(echo)'
|
|
|
|
cd ../'$(echo)'
|
|
|
|
cd ../'`echo`'
|
2014-01-22 05:33:43 +01:00
|
|
|
false
|
|
|
|
true is the last line
|