diff --git a/.zshrc b/.zshrc index 4b71e76..b959251 100644 --- a/.zshrc +++ b/.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() {