Add powerline daemon startup
This commit is contained in:
parent
03550aa791
commit
e16c7d9818
1 changed files with 7 additions and 0 deletions
7
.zshrc
7
.zshrc
|
@ -270,6 +270,13 @@ urldecode() {
|
||||||
# certo
|
# certo
|
||||||
eval "$(_CERTO_COMPLETE=source_zsh 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
|
## Colored manual
|
||||||
|
|
||||||
function _man() {
|
function _man() {
|
||||||
|
|
Loading…
Reference in a new issue