-
Notifications
You must be signed in to change notification settings - Fork 590
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
Nushell integration broken #986
Comments
Nushell makes a lot of breaking changes to their syntax, this is fixed on the latest version of zoxide. |
@ajeetdsouza the latest version isn't on crates.io. Can that be updated too? |
Done! |
I still have the problem with zoxide version Error: nu::shell::cant_convert
× Can't convert to boolean.
╭─[Host Environment Variables:56:19]
55 │ "__CF_USER_TEXT_ENCODING"="0x1F5:0x0:0x0"
56 │ "__zoxide_hooked"="true"
· ───┬──
· ╰── can't convert string to boolean
57 │ "tmux_version"="$(tmux -V | sed -En \"s/^tmux ([0-9]+(.[0-9]+)?).*/\\1/p\")"
zoxide --version
zoxide 0.9.7
nu --version
0.102.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Results in the following error:
I don't know if this is an issue with nu or zoxide
The text was updated successfully, but these errors were encountered: