Tell tmux correct path to shell to use
This commit is contained in:
parent
d53c780071
commit
bb6342c12a
|
@ -161,7 +161,7 @@ def main(attempts=3):
|
||||||
'TERMINFO': os.path.join(VTERM_TEST_DIR, 'terminfo'),
|
'TERMINFO': os.path.join(VTERM_TEST_DIR, 'terminfo'),
|
||||||
'TERM': 'st-256color',
|
'TERM': 'st-256color',
|
||||||
'PATH': vterm_path,
|
'PATH': vterm_path,
|
||||||
'SHELL': os.path.join(''),
|
'SHELL': os.path.join(VTERM_TEST_DIR, 'path', 'bash'),
|
||||||
'POWERLINE_CONFIG_PATHS': os.path.abspath('powerline/config_files'),
|
'POWERLINE_CONFIG_PATHS': os.path.abspath('powerline/config_files'),
|
||||||
'POWERLINE_COMMAND': 'powerline-render',
|
'POWERLINE_COMMAND': 'powerline-render',
|
||||||
'POWERLINE_THEME_OVERRIDES': (
|
'POWERLINE_THEME_OVERRIDES': (
|
||||||
|
|
Loading…
Reference in New Issue