Skip to content

how can I uninstall zoxide #506

Answered by ajeetdsouza
ghost asked this question in Q&A
Dec 25, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

zoxide is a portable binary, so it's fairly simple to remove:

rm -i "$(which zoxide)"

You might also want to remove manpages:

rm -i "$HOME/.local/share/man/man1/zoxide"*

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ajeetdsouza
Comment options

You must be logged in to vote
2 replies
@ajeetdsouza
Comment options

@maxfenton
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants