sindresorhus / pure

Pretty, minimal and fast ZSH prompt
MIT License
13.12k stars 971 forks source link

New blue chevron/triangle symbol after updating OhMyZsh #665

Closed FynnZW closed 10 months ago

FynnZW commented 10 months ago

General information

After updating OhMyZsh, there's now a new blue chevron and the end of each prompt (bottom left). Screen 2023-11-30 at 11 21 46@2x

When I disable the pure theme, it's no longer there, so it seems to be coming from this theme.

Screen 2023-11-30 at 11 27 36@2x

(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):

Versions

OhMyZsh: master (418046e9) Pure: v1.22

My .zshrc:

(manual installation of pure)

fpath+=$HOME/.zsh/pure
autoload -U promptinit; promptinit
prompt pure
mafredri commented 10 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.

FynnZW commented 10 months ago

Great, that solved it! Yes, strange it only showed up in this theme. Thanks for the help