When I try to use zoxide to change directories, I get an unrecognized subcommand error. Are there any logs or troubleshooting steps I can check to see why the standard setup isn't working for me?
❯ z Documents
error: unrecognized subcommand 'Documents'
Usage: zoxide <COMMAND>
For more information, try '--help'.
I installed zoxide and fzf via homebrew on macOS 15.0.1 (24A348), and am setting up both in my
.zshrc
config:When I try to use zoxide to change directories, I get an
unrecognized subcommand
error. Are there any logs or troubleshooting steps I can check to see why the standard setup isn't working for me?Thanks!