Fix zsh powerline prompt mode
parent
bf9ca6d383
commit
6022ab63f9
6
zshrc
6
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue