aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-04-21 09:15:02 -0600
committerCody Hiar <codyfh@gmail.com>2017-04-21 09:15:29 -0600
commit42ddec30a35e3b2197ceb9a44c50deecc9a62b58 (patch)
tree0e3888ddec230fca1104d471a96a187ce3d92be2
parent84bcb07477300e980bc4c9d9903df90fafc9bc78 (diff)
Updating some options that accidently got commented out
-rw-r--r--tmux.config6
1 files changed, 3 insertions, 3 deletions
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)"