Installed zoxide but no 'z' command? #992
-
Sorry for the newbie question. Using MX Linux 23 and zsh I installed zoxide v0.4.3 via synaptic. When I run zoxide for example 'zoxide /home/user/' it says: USAGE: Further, I don't have a 'z' command installed. Entering 'z /home/user' responds with this: Not sure what to do to get this working. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
TimRegeant
Feb 16, 2025
Replies: 1 comment
-
added 'eval "$(zoxide init zsh)"' to the end of my .zshrc and now it is working. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ajeetdsouza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
added 'eval "$(zoxide init zsh)"' to the end of my .zshrc and now it is working.