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'
|
||||
# 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…
Add table
Add a link
Reference in a new issue