Alacritty

This commit is contained in:
Geoffrey Frogeye 2020-10-17 23:47:48 +02:00
parent 1404d5aaab
commit f49c967450
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
11 changed files with 1552 additions and 9 deletions

View file

@ -59,7 +59,7 @@ then
__DURATION="$(($__ERT - ${__TIMER:-__ERT}))"
fi
echo -en "\033]; ${USER}@${HOST} $PWD\007"
echo -en "\033]0; ${USER}@${HOST} $PWD\007"
# echo -en "… $\r"
eval "$(powerline-go -shell zsh -eval -duration $__DURATION -error $__ERRCODE "${POWERLINE_GO_DEFAULT_OPTS[@]}")"
unset __TIMER