Merge branch 'tmux-refresh' into develop

This commit is contained in:
ZyX 2014-08-05 00:07:32 +04:00
commit 7286e7876f
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def source_tmux_files(pl, args):
cmd = deduce_command()
if cmd:
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):