From f4e13075eb70b1aa7606b0d44f55dfa1af52af97 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Sat, 20 Dec 2014 03:13:24 +0100 Subject: [PATCH] Use python 3 for config of tmux powerline --- common/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.tmux.conf b/common/.tmux.conf index ac5a285..ce440a3 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -26,4 +26,4 @@ set -g history-limit 1000 #set -g status-left '#[fg=green][#[fg=brightblue]#(whoami)#[fg=white]@#[fg=brightblue]#H#[fg=white]:#[fg=brightblue]#S#[fg=green]][#[default]' #set -g status-right '#[fg=green]][#[fg=blue]%d/%m #[fg=brightblue]%H:%M#[fg=green]]#[default]' -source-file ~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf +source-file ~/.local/lib/python3.4/site-packages/powerline/bindings/tmux/powerline.conf