do not fail when powerline is already started
This commit is contained in:
parent
5a130a9b9c
commit
34cfc4fd46
|
@ -28,7 +28,7 @@ bind-key -T copy-mode-vi p send -X paste-buffer
|
|||
set -g mouse on
|
||||
|
||||
# powerline
|
||||
run-shell "powerline-daemon -q"
|
||||
run-shell "powerline-daemon -q || true"
|
||||
source "/usr/share/powerline/bindings/tmux/powerline.conf"
|
||||
|
||||
# plugins
|
||||
|
|
Reference in a new issue