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 +