From 42ddec30a35e3b2197ceb9a44c50deecc9a62b58 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 21 Apr 2017 09:15:02 -0600 Subject: Updating some options that accidently got commented out --- tmux.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux.config') diff --git a/tmux.config b/tmux.config index 951f44f..8901170 100644 --- a/tmux.config +++ b/tmux.config @@ -64,9 +64,9 @@ set-option -g message-bg colour235 #base02 set-option -g message-fg colour196 #orange set-option -g status on set-option -g status-interval 2 -# set-option -g status-justify "centre" -# set-option -g status-left-length 110 -# set-option -g status-right-length 80 +set-option -g status-justify "centre" +set-option -g status-left-length 110 +set-option -g status-right-length 80 set-option -g status-left "#(~/.tmux/powerline.sh left)" set-option -g status-right "#(~/.tmux/powerline.sh right)" -- cgit v1.2.3