[tmux] use system wide pip installation

legacy
Simon Bruder 2018-10-10 15:37:25 +00:00
parent 56bd5da25b
commit 4248c45920
1 changed files with 1 additions and 2 deletions

View File

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