From 6022ab63f9838d23cc6f9715ae67fbd94e09faad Mon Sep 17 00:00:00 2001 From: livie Date: Sun, 3 Mar 2024 20:11:24 +0200 Subject: [PATCH] Fix zsh powerline prompt mode --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 5e2f722..2934f19 100644 --- a/zshrc +++ b/zshrc @@ -21,9 +21,6 @@ fi command -v bat >/dev/null 2>&1 && alias cat='bat' -powerline-daemon -q -. /usr/share/powerline/bindings/zsh/powerline.zsh - # The following lines were added by compinstall zstyle ':completion:*' completer _complete _ignored @@ -66,3 +63,6 @@ _fzf_compgen_dir() { fd --type d --hidden --follow --exclude ".git" . "$1" } +powerline-daemon -q +. /usr/share/powerline/bindings/zsh/powerline.zsh +