Closed srustamo closed 2 years ago
prompt_pure_system_report
''
❯
1.20.1
1.8.4
typeset -g PROMPT=$'%F{${prompt_pure_colors[path]}}%~%f %F{242}${prompt_pure_vcs_info[branch]}%F{218}${prompt_pure_git_dirty}%f %{ %}%(?.%F{green}.%F{red})${VIM_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-24bit
export VIRTUAL_ENV_DISABLE_PROMPT=12
export CONDA_CHANGEPS1=no
Can't see python's venv indicator.
.zshrc
https://github.com/srustamo/dotfiles/blob/master/zshrc/.zshrc
Updated to the latest commit, solved the issue.
General information
System report (output of
prompt_pure_system_report
):''
❯
1.20.1
1.8.4
typeset -g PROMPT=$'%F{${prompt_pure_colors[path]}}%~%f %F{242}${prompt_pure_vcs_info[branch]}%F{218}${prompt_pure_git_dirty}%f %{ %}%(?.%F{green}.%F{red})${VIM_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-24bit
export VIRTUAL_ENV_DISABLE_PROMPT=12
export CONDA_CHANGEPS1=no
Other information
I have:
Problem description
Can't see python's venv indicator.
My
.zshrc
:https://github.com/srustamo/dotfiles/blob/master/zshrc/.zshrc