[tmux] use local installed powerline

This commit is contained in:
Simon Bruder 2018-07-31 13:29:53 +00:00
parent aed1bec4b7
commit 52d80cad95
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -29,7 +29,8 @@ set -g mouse off
# powerline
run-shell "powerline-daemon -q || true"
source "/usr/share/powerline/bindings/tmux/powerline.conf"
source "$HOME/.local/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf"
# plugins
set -g @plugin 'tmux-plugins/tpm'