add powerline to tmux

This commit is contained in:
Simon Bruder 2018-05-05 12:58:14 +00:00
parent bd6a69f514
commit f64442dddd
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -23,6 +23,10 @@ bind-key -T copy-mode-vi p send -X paste-buffer
# enable mouse
set -g mouse on
# powerline
run-shell "powerline-daemon -q"
source "/usr/share/powerline/bindings/tmux/powerline.conf"
# plugins
set -g @plugin 'tmux-plugins/tpm'