Skip to content
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

Async section never goes away #1368

Open
musjj opened this issue Jul 4, 2023 · 2 comments
Open

Async section never goes away #1368

musjj opened this issue Jul 4, 2023 · 2 comments
Labels
bug Bug related to code base, behavior, displaying, etc.

Comments

@musjj
Copy link

musjj commented Jul 4, 2023

The problem

SPACESHIP_ASYNC_SUFFIX (the ellipsis placeholder) never goes away no matter how long I wait:

2023-07-04T19.38.32.mp4

Relevant Zsh configuration

This is my zgenom plugins:

zgenom load lukechilds/zsh-nvm
zgenom load jeffreytse/zsh-vi-mode
zgenom load junegunn/fzf shell
zgenom load lincheney/fzf-tab-completion zsh
zgenom load zdharma-continuum/fast-syntax-highlighting
zgenom load zsh-users/zsh-completions src
zgenom load zsh-users/zsh-autosuggestions
zgenom load zsh-users/zsh-history-substring-search
zgenom load spaceship-prompt/spaceship-prompt spaceship
zgenom load hlissner/zsh-autopair autopair.zsh

What is version of Spaceship are you using?

4.14.0

What is version of Zsh are you using?

5.9

What operation system are you running?

Arch Linux

Do you use any Zsh framework or plugin manager?

Zgen

Which terminal emulator do you use?

xterm-kitty

Additional information

No response

@musjj musjj added the bug Bug related to code base, behavior, displaying, etc. label Jul 4, 2023
@Falmarri
Copy link

Falmarri commented Sep 21, 2023

This happens to me on every new setup I have. And then I somehow fix it, and never remember how.

My setup is totally stock as well. No plugin manager (spaceship installed from arch's AUR), and no other zsh stuff. Just a very plain zshrc

@FaisalBudiono
Copy link

FaisalBudiono commented Sep 29, 2023

This happens to me on every new setup I have. And then I somehow fix it, and never remember how.

My setup is totally stock as well. No plugin manager (spaceship installed from arch's AUR), and no other zsh stuff. Just a very plain zshrc

For now you can put this on your .zshrc to turn off the async if it caused some issue

SPACESHIP_PROMPT_ASYNC=false

I also haven't found a way to solve this issue.

For further reading, you can see #1193


Edit:
I use #1193 (comment) to solve the issue. Now I can use the async for spaceship.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug related to code base, behavior, displaying, etc.
Development

No branches or pull requests

3 participants