From 4bb217a05c264989be4d55b0080c2c4a0a86abd4 Mon Sep 17 00:00:00 2001 From: ZyX Date: Tue, 5 Aug 2014 00:07:25 +0400 Subject: [PATCH] Run refresh-client in tmux not depending on POWERLINE_COMMAND Ref #942 --- powerline/bindings/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerline/bindings/config.py b/powerline/bindings/config.py index 4dd79cc2..4f8d9402 100644 --- a/powerline/bindings/config.py +++ b/powerline/bindings/config.py @@ -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):