You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.
I am also getting this behavior on several different terminals, and it seems to be intermittent, ie it only happens about 50% of the time, terminals I have seen that are affected
termite
urxvt
kitty
note I use a few settings in my .zshrc
so I will share them for reference
export ZSH="/home/taco/.oh-my-zsh"
export GOPATH=/home/taco/.local/share/go
cat /home/taco/.config/wpg/sequences
plugins=(
git
)
source $ZSH/oh-my-zsh.sh
alias ubuntu-dev='docker run -t -i ubuntu /bin/bash'
alias void-dev='docker run -t -i voidlinux/voidlinux /bin/bash'
alias fedora-dev='docker run -t -i fedora /bin/bash'
alias alpine-dev='docker run -t -i alpine /bin/ash'
alias music='ncmpcpp -c ~/.ncmpcpp/config-art && pkill covart'
alias dots='git --git-dir=$HOME/.dots.git/ --work-tree=$HOME'
##########################################
#
# Prompt
#
##########################################
prompt_error() {
RETVAL=$?
if [ ! "$RETVAL" = "0" ]; then
echo -n "%F{9}$RETVAL%f"
fi
}
PROMPT=$(
echo "%F{14}%2~ %f⩽ "
)
RPROMPT='$(prompt_error)'
Seems to be the exact same issue as vercel/hyper#2144
The text was updated successfully, but these errors were encountered: