From 8f4f5d29cf99ad10d6ab7b65c300d19ac6947513 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 22 Jan 2014 18:09:00 -0600 Subject: [PATCH] Adding centos python location... ugh --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index df939f1..4862aad 100644 --- a/tmux.conf +++ b/tmux.conf @@ -41,6 +41,8 @@ set -g status-utf8 on source '/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf' # Linux source '/usr/share/tmux/powerline.conf' +# Centos.. +source '/root/.local/lib/python2.6/site-packages/powerline/bindings/tmux/powerline.conf' # Browse URLs bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'