Skip to content

"zoxide: command not found" error on bash shell instance initialization, despite zoxide being accessible in $PATH #705

Closed Answered by ajeetdsouza
dashelm asked this question in Q&A
Discussion options

You must be logged in to vote

Somehow, it seems like ~/.local/bin is being added to your $PATH after you call eval.

Try adding export PATH="$HOME/.local/bin:$PATH" just before you calleval in your .bashrc.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dashelm
Comment options

Answer selected by ajeetdsouza
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants