Adding centos python location... ugh

master
Dustin Swan 10 years ago
parent 2cfe45b7a9
commit 8f4f5d29cf

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

Loading…
Cancel
Save