From 71f155dae5150d674c10f9e88e7e77e287298d2d Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 3 Sep 2014 13:19:56 -0700 Subject: [PATCH] [tmux] Set status-bg to black for powerline --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c1d4cb2..b559f26 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -102,4 +102,6 @@ bind r source-file ~/.tmux.conf \; display 'Reloaded tmux.conf' # TODO Figure out why this is order dependent source-file ~/.tmux.conf.local + +set -g status-bg black source-file ~/.dotfiles/src/powerline/powerline/bindings/tmux/powerline.conf