Closed MarcelRobitaille closed 2 years ago
It seems like you’ve updated Oh My Zsh 3 days ago. And I’d expect OMZ usage to be reflected in your .zshrc
, but it’s not? Perhaps it’s related to that?
It seems like you’ve updated Oh My Zsh 3 days ago
Actually, I found out today that I was using a version of oh my zsh from 2017. I pulled the latest version and reproduced the issue, so that's why I put that version in the issue.
And I’d expect OMZ usage to be reflected in your .zshrc, but it’s not? Perhaps it’s related to that?
I was trying to create the most minimal .zshrc
that could reproduce the issue. But, just now I commented back in the oh my zsh stuff... and it's working. I'll try to investigate and narrow down what in my config is causing the problem.
I narrowed it down to one line in my .zshrc
:
source "$HOME/.zsh/async/async.zsh"
I was using a 2 year old version of this plugin. I updated zsh-async, and everything is working as expected.
General information
System report (output of
prompt_pure_system_report
):''
❯
1.20.4
1.8.3
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
I have:
Problem description
Recently, the Git information like branch, dirty status, stash status has disappeared from my prompt. I did not update Pure, but it's possible Git or ZSH updated through a system update.
Reproduction steps
.git
My
.zshrc
: