diff --git a/tmux.conf b/tmux.conf index df939f1..4862aad 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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"'