From 6fc4ad76b726359777ce603a63b5fed2f7b0b696 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Thu, 22 Jun 2017 21:36:46 +0200 Subject: [PATCH] removed tmux <= 2.0 feature tests that cause orphan processes when using oh-my-zsh. Fixes #84 and #88 (2) --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 86d9789..d45b0c0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -915,6 +915,8 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # ) # fi # +# status_left="$status_left " +# # # -- status right style # # tmux_conf_theme_status_right=${tmux_conf_theme_status_right-'#{pairing}#{prefix} #{battery_status} #{battery_bar} #{battery_percentage} , %R , %d %b | #{username} | #{hostname} '}