Add powerline daemon startup

This commit is contained in:
Blallo 2021-03-18 11:18:11 +01:00
parent 03550aa791
commit e16c7d9818
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

7
.zshrc
View file

@ -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() {