diff --git a/home/.tmux.conf b/home/.tmux.conf index 69dd7be..ef6c964 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -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'