Closed jumpingfrog0 closed 6 months ago
How to hide the triangle in the screenshot?
prompt_pure_system_report
''
❯
1.23.0
1.8.6
typeset -g 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
no other information.
Only iTerm occur this issue. System Terminal.app does not occur that.
How to hide the triangle in the screenshot? It seems very stupid. Can it be blank When I press "Enter"?
.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
I found answer from issue 655. You can close this issue. I'm sorry.
General information
How to hide the triangle in the screenshot?
System report (output of
prompt_pure_system_report
):''
❯
1.23.0
1.8.6
typeset -g 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
Other information
no other information.
I have:
Only iTerm occur this issue. System Terminal.app does not occur that.
Problem description
How to hide the triangle in the screenshot? It seems very stupid. Can it be blank When I press "Enter"?
Reproduction steps
My
.zshrc
: