ajeetdsouza/zoxide

[fixed] How do I actually use this?

sg-s opened this issue · 1 comments

sg-s commented
~ ★ zoxide z
error: unrecognized subcommand 'z'

Usage: zoxide <COMMAND>

For more information, try '--help'.
~ ★ z
-bash: z: command not found

i ran zoxide init bash but nothing seems to happen? i added the output to my .bashrc but it doesn't do anything

sg-s commented

on macOS, if you're using bash, you need to add

eval "$(zoxide init bash)"

to .bash_profile