Browse Source

Add powerline daemon startup

Blallo 3 years ago
parent
commit
e16c7d9818
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .zshrc

+ 7 - 0
.zshrc

@@ -270,6 +270,13 @@ urldecode() {
 # certo
 eval "$(_CERTO_COMPLETE=source_zsh certo)"
 
+## powerline
+
+if which powerline-daemon > /dev/null; then
+  powerline-daemon -q
+  . /usr/lib/python${PYTHON_VERSION}/site-packages/powerline/bindings/zsh/powerline.zsh
+fi
+
 ## Colored manual
 
 function _man() {