We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not automatically delete $ZPFX/bin files when using zinit delete --all to delete all the installed plugins
$ZPFX/bin
zinit delete --all
exa
zinit ice wait lucid id-as nocompile \ from="gh-r" \ sbin="bin/exa -> exa" \ atclone="cp -vf completions/exa.zsh _exa_completion && ln -sfv \$PWD/man/exa.1 $ZINIT[MAN_DIR]/man1" \ atpull="%atclone" if="(( ! ${+commands[exa]} ))" zinit light ogham/exa
bin-gem-node annex: Correctly removed the exa shim from $ZPFX/bin
No response
linux-gnu | | x86_64-pc-linux-gnu | | x86_64 x86_64
zsh 5.8 (x86_64-ubuntu-linux-gnu)
xterm-256color
The text was updated successfully, but these errors were encountered:
@karbobc,
This has been fixed.
Sorry, something went wrong.
@vladdoster,
Use zi delete --all --yes instead of zi delete exa --yes.
zi delete --all --yes
zi delete exa --yes
Fixed in zdharma-continuum/zinit#612
Thank you for fixing this issue!
Successfully merging a pull request may close this issue.
Describe the bug
Not automatically delete
$ZPFX/bin
files when usingzinit delete --all
to delete all the installed pluginsSteps to reproduce
exa
pluginexa
Expected behavior
bin-gem-node annex: Correctly removed the exa shim from $ZPFX/bin
Screenshots and recordings
No response
Operating System & Version
linux-gnu | | x86_64-pc-linux-gnu | | x86_64 x86_64
Zsh version
zsh 5.8 (x86_64-ubuntu-linux-gnu)
Terminal emulator
xterm-256color
If using WSL on Windows, which version of WSL
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: