-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using --cmd cd in Fish Shell does not work #856
Comments
If it helps, I originally tried just doing |
What version of zoxide are you running?
|
|
I just actually read through the README and realized, that it said not to use apt. I guess I'll use the install script. Thank you! |
I am getting a similar issue actually. I installed it via macports. The
|
@esn89 the output of |
I wanted to switch from cd to zoxide. So that I could keep my muscle memory I wanted to also replace the z (and zi) command with cd. Thus instead of just adding
zoxide init fish | source
I changed it tozoxide init --cmd cd fish | source
. I restarted my terminal and first checked if the commandz
is still a thing. Sure enough it wasn't. Then I used cd, however instead of it just behaving as the originalz
command it gave this error:Removing the
--cmd cd
from the config.fish file fixes it again.PS: If it wasn't obvious already I'm using fish as my shell
The text was updated successfully, but these errors were encountered: