Run refresh-client in tmux not depending on POWERLINE_COMMAND

Ref #942
This commit is contained in:
ZyX 2014-08-05 00:07:25 +04:00
parent d5964bc25b
commit 4bb217a05c

View File

@ -115,7 +115,7 @@ def source_tmux_files(pl, args):
cmd = deduce_command() cmd = deduce_command()
if cmd: if cmd:
run_tmux_command('set-environment', '-g', 'POWERLINE_COMMAND', deduce_command()) run_tmux_command('set-environment', '-g', 'POWERLINE_COMMAND', deduce_command())
run_tmux_command('refresh-client') run_tmux_command('refresh-client')
def create_powerline_logger(args): def create_powerline_logger(args):