From 4248c45920a95b4725dad51b8402d5d616adef2d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 10 Oct 2018 15:37:25 +0000 Subject: [PATCH] [tmux] use system wide pip installation --- home/.tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/.tmux.conf b/home/.tmux.conf index ef6c964..689c2ad 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -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'