sindresorhus / pure

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

How to hide the triangle for the blank line ? #677

Closed jumpingfrog0 closed 5 months ago

jumpingfrog0 commented 5 months ago

General information

How to hide the triangle in the screenshot?

System report (output of prompt_pure_system_report):

Other information

no other information.

I have:

Only iTerm occur this issue. System Terminal.app does not occur that.

Problem description

image

How to hide the triangle in the screenshot? It seems very stupid. Can it be blank When I press "Enter"?

Reproduction steps

  1. Open iTerm.app
  2. Type in some commands
  3. Press "Enter"

My .zshrc:

# oh-my-zsh theme: pure
fpath+=("$(brew --prefix)/share/zsh/site-functions")

# disable oh-my-zsh themes.
ZSH_THEME=""

autoload -U promptinit; promptinit

# optionally define some options
PURE_CMD_MAX_EXEC_TIME=10

# turn on git stash status
zstyle :prompt:pure:git:stash show yes

prompt pure

# zsh-syntax-highlighting
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
jumpingfrog0 commented 5 months ago

I found answer from issue 655. You can close this issue. I'm sorry.