-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prompt doesn't appear anymore #523
Comments
What's the output of |
Yep, seems broken. If |
I'm seeing similar issues to this, but sporadically. Most of the time it works, but sometimes it will fail to update the branch status on the prompt or show the previous branch when checking out a new branch. If I close the terminal out and restart, it shows the correct information again. |
In .zshrc (oh-myzsh) I disabling/enabling the |
Didn't work for me, with disabling you mean just commenting the line in the .zshrc file? |
|
Just want to remind everyone that I have nothing else in zshrc other than autocompletions and aliases. |
I know that but I just toggle it git plugin and works for me
no, just delete it from plugin list and put it again also I uninstall it from |
I've the same issue here... anyone found a solution? |
This issue stems from zsh-async. Sometimes the background process dies and no one seems to know why. All themes that use zsh-async are affected. See mafredri/zsh-async#33 and #455. The latter issue links to a patch that attempts to detect background job crashes and to recover from them. It doesn't fix the underlying problem that leads to crashes in the first place. The only reliable solution right now is to use a theme that doesn't utilize zsh-async. |
For everyone affected by this issue, please give #543 a spin. |
General information
System report (output of
prompt_pure_system_report
):Other information
I have:
Problem description
My git prompt stopped appearing after updating my system. I don't know what's fully wrong but I hope someone might have this issue or may know my problem. Everything was working before; my prompt included my branch and also if there are changes to commit( the *). However, now neither of those appear.
Reproduction steps
My
.zshrc
:My .zshrc is minimal. It only contains the aliases with COMPLETE_ALIASES, and exporting env variables. I source my antibody plugins and it only contains zsh-autosuggestions, pure, and zsh-completions. Everything was working before. I think some dependency update broke pure.
The text was updated successfully, but these errors were encountered: