From 9af7c7683d4b2c1d564c710a79edf3f89f27da6a Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sat, 6 Apr 2013 21:41:35 -0500 Subject: [PATCH] Fixing tmux powerline in linux --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index c055a06..80db77f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -30,4 +30,7 @@ set-option -g status-keys vi set -g default-terminal "screen-256color" # Powerline +# Mac source '/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf' +# Linux +source '/usr/share/tmux/powerline.conf'