Use python 3 for config of tmux powerline

This commit is contained in:
Christophe Buffenoir 2014-12-20 03:13:24 +01:00
parent f5aeae1f0b
commit f4e13075eb
1 changed files with 1 additions and 1 deletions

View File

@ -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