From 860f54b7ca795f15931255c06b29c5d327087313 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 17 Jun 2021 17:25:49 -0400 Subject: [PATCH] FIX make local tmux session blank --- dot_config/tmux/tmux.conf.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index fd05330..88780cf 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -121,6 +121,8 @@ bind -T off F12 \ # stats that the local machine already has via conky {{- if eq .chezmoi.hostname "petrucci4prez" }} set -g status-position top +set -g status-right "" +set -g status-right-length 0 {{- else }} # TODO this is super annoying