Closed FynnZW closed 11 months ago
I'm not sure why you're not seeing it in other themes, but this is an iTerm setting (Profiles -> Terminal -> Show mark indicators).
It's also weird how they appears on the empty line for you. For me they appear just in front of ❯
when enabled. Might be due to OMZ.
Great, that solved it! Yes, strange it only showed up in this theme. Thanks for the help
General information
After updating OhMyZsh, there's now a new blue chevron and the end of each prompt (bottom left).
When I disable the pure theme, it's no longer there, so it seems to be coming from this theme.
(for example, 'agnoster' theme does not show it).
It's not so bad, but I really preferred the cleaner look before. Where does it come from? And is it possible to remove it again?
System report (output of
prompt_pure_system_report
):''
❯
1.22.0
1.8.5
typeset -g PROMPT=$'%F{${prompt_pure_colors[path]}}%~%f %F{242}${prompt_pure_vcs_info[branch]}%F{218}${prompt_pure_git_dirty}%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
Versions
OhMyZsh: master (418046e9) Pure: v1.22
My
.zshrc
:(manual installation of pure)