This commit is contained in:
Geoffrey Frogeye 2019-05-12 16:03:20 +02:00
parent 1612aa05b4
commit 26d74cb5e2
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,6 @@ plugin zsh-users zsh-autosuggestions
plugin zsh-users zsh-history-substring-search
antigen apply
# Prompt customization
zmodload zsh/datetime
@ -52,6 +51,7 @@ function powerline_precmd() {
__DURATION="$(($__ERT - ${__TIMER:-__ERT}))"
fi
echo -en "\033]; ${USER}@${HOST} $PWD\007"
# echo -en "… $\r"
eval "$(powerline-go -shell zsh -eval -duration $__DURATION -error $__ERRCODE "${POWERLINE_GO_DEFAULT_OPTS[@]}")"
unset __TIMER