-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
_p9k_worker_stop:zle:4: No handler installed for fd 1 #1554
Comments
Can you reproduce this if you disable all plugins in your zshrc? |
I got this issue, commenting plugins=(zsh-z git) To plugins=(zsh-z `#git`) |
Same here! |
gitstatus_stop_p9k_:zle:41: No handler installed for fd 14 |
@saxena07 This is probably another instance of the bug that zsh-users/zsh-autosuggestions#753 should fix. You can verify this by adding the following line at the very bottom of unset ZSH_AUTOSUGGEST_USE_ASYNC |
I have merged a commit to zsh-autosuggestions |
I just had this issue today
So, some aspect must still not be resolved. That said, |
zsh-users/zsh-autosuggestions#753 hasn't been merged. The process has stalled. |
* fix: Added base profile configuration for zsh * fix: Removed `.bashrc` configuration file * refactor: Moved dotfiles for zsh to `.config/zsh` direcotry * fix: New `.zshrc` configuration with new p10k theme Also moved `.aliases` to `.config` direcotry with the new name. * refactor: Rename powerlevel10k configuration prompt
_p9k_worker_stop:5: failed to close file descriptor 13: bad file descriptor
latest version of code
os: ubuntu 20.04
shell: ohmyzsh
The text was updated successfully, but these errors were encountered: