[tmux] use local installed powerline
This commit is contained in:
parent
aed1bec4b7
commit
52d80cad95
|
@ -29,7 +29,8 @@ set -g mouse off
|
||||||
|
|
||||||
# powerline
|
# powerline
|
||||||
run-shell "powerline-daemon -q || true"
|
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
|
# plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
Reference in a new issue