T
This commit is contained in:
parent
1612aa05b4
commit
26d74cb5e2
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue