Fix zsh powerline prompt mode

master
livie 2024-03-03 20:11:24 +02:00
parent bf9ca6d383
commit 6022ab63f9
1 changed files with 3 additions and 3 deletions

6
zshrc
View File

@ -21,9 +21,6 @@ fi
command -v bat >/dev/null 2>&1 && alias cat='bat' 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 # The following lines were added by compinstall
zstyle ':completion:*' completer _complete _ignored zstyle ':completion:*' completer _complete _ignored
@ -66,3 +63,6 @@ _fzf_compgen_dir() {
fd --type d --hidden --follow --exclude ".git" . "$1" fd --type d --hidden --follow --exclude ".git" . "$1"
} }
powerline-daemon -q
. /usr/share/powerline/bindings/zsh/powerline.zsh