Adding centos python location... ugh
This commit is contained in:
parent
2cfe45b7a9
commit
8f4f5d29cf
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ set -g status-utf8 on
|
||||||
source '/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf'
|
source '/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf'
|
||||||
# Linux
|
# Linux
|
||||||
source '/usr/share/tmux/powerline.conf'
|
source '/usr/share/tmux/powerline.conf'
|
||||||
|
# Centos..
|
||||||
|
source '/root/.local/lib/python2.6/site-packages/powerline/bindings/tmux/powerline.conf'
|
||||||
|
|
||||||
# Browse URLs
|
# Browse URLs
|
||||||
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'
|
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue