add powerline to tmux
This commit is contained in:
parent
bd6a69f514
commit
f64442dddd
|
@ -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'
|
||||
|
||||
|
|
Reference in a new issue