2015-01-06 22:17:56 +01:00
|
|
|
|
function set_theme_option
|
|
|
|
|
set -g -x POWERLINE_THEME_OVERRIDES "$POWERLINE_THEME_OVERRIDES;$argv[1]=$argv[2]"
|
|
|
|
|
end
|
|
|
|
|
function set_theme
|
|
|
|
|
set -g -x POWERLINE_CONFIG_OVERRIDES "ext.shell.theme=$argv"
|
|
|
|
|
end
|
2015-03-01 15:24:44 +01:00
|
|
|
|
set -g -x POWERLINE_
|
|
|
|
|
set -g ABOVE_LEFT '[{
|
|
|
|
|
"left": [
|
|
|
|
|
{
|
|
|
|
|
"function": "powerline.segments.common.env.environment",
|
|
|
|
|
"args": {"variable": "DISPLAYED_ENV_VAR"}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}]'
|
|
|
|
|
set -g ABOVE_FULL '[{
|
|
|
|
|
"left": [
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"name": "background",
|
|
|
|
|
"draw_hard_divider": false,
|
|
|
|
|
"width": "auto"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"right": [
|
|
|
|
|
{
|
|
|
|
|
"function": "powerline.segments.common.env.environment",
|
|
|
|
|
"args": {"variable": "DISPLAYED_ENV_VAR"}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}]'
|
2015-01-06 22:17:56 +01:00
|
|
|
|
set_theme_option default_leftonly.segment_data.hostname.args.only_if_ssh false
|
|
|
|
|
set_theme default_leftonly
|
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
|
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-11-28 20:58:53 +01:00
|
|
|
|
cd ../'«Unicode!»'
|
2015-01-06 22:17:56 +01:00
|
|
|
|
set_theme default
|
2015-03-01 15:24:44 +01:00
|
|
|
|
set_theme_option default.segments.above "$ABOVE_LEFT"
|
|
|
|
|
set -g -x DISPLAYED_ENV_VAR foo
|
|
|
|
|
set -g -x -e DISPLAYED_ENV_VAR
|
|
|
|
|
set_theme_option default.segments.above "$ABOVE_FULL"
|
|
|
|
|
set -g -x DISPLAYED_ENV_VAR foo
|
|
|
|
|
set -g -x -e DISPLAYED_ENV_VAR
|
|
|
|
|
set_theme_option default.segments.above ''
|
2014-08-24 15:09:40 +02:00
|
|
|
|
set -g fish_key_bindings fish_vi_key_bindings
|
|
|
|
|
ii
|
2014-01-22 05:33:43 +01:00
|
|
|
|
false
|
|
|
|
|
true is the last line
|
2014-08-24 14:59:03 +02:00
|
|
|
|
exit
|