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
I'm getting these messages in multiple cases. Initially, they only appeared when entering nix-shell and tmux, but after a reboot (with no other change), they are appearing constantly and the git info is gone. So I don't think this is tmux-specific.
General information
System report (output of
prompt_pure_system_report
):''
❯
1.20.1
1.8.4
export PROMPT=$'%F{${prompt_pure_colors[path]}}%~%f %}%(12V.%F{$prompt_pure_colors[virtualenv]}%12v%f .)%(?.%F{$prompt_pure_colors[prompt:success]}.%F{$prompt_pure_colors[prompt:error]})${prompt_pure_state[prompt]}%f '
typeset -g -A prompt_pure_colors=( [execution_time]=yellow [git:action]=yellow [git:arrow]=cyan [git:branch]=242 [git:branch:cached]=red [git:dirty]=218 [git:stash]=cyan [host]=242 [path]=blue [prompt:continuation]=242 [prompt:error]=red [prompt:success]=magenta [suspended_jobs]=red [user]=242 [user:root]=default [virtualenv]=242 )
export TERM=xterm-256color
export VIRTUAL_ENV_DISABLE_PROMPT=12
export CONDA_CHANGEPS1=no
I have:
Problem description
When running or in a Tmux, I see the following messages after every command:
This only happens in a Tmux.
Reproduction steps
My
.zshrc
:fpath+=("$HOME"/.zsh/pure)
autoload -U promptinit; promptinit
prompt pure
The text was updated successfully, but these errors were encountered: