-
Notifications
You must be signed in to change notification settings - Fork 564
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
Does not work with nushell version 0.100.0 (Tested macOS & Linux) #955
Comments
zoxide works fine on v0.100.0, this appears to be a config issue. On macOS, the issue is that the On Linux, I'm guessing you've pointed |
For macOS, zoxide is installing via nix + home-manager. {
programs.zoxide = {
enable = true;
enableZshIntegration = true;
enableNushellIntegration = true;
};
} I'm not having issues with other applications managed by nix/home-manager.
You were right about the alias, that corrected the issue. Thanks a lot! |
You must be running a command at some point to add the Nix home directory to your $PATH. Ensure that the zoxide command in your |
Closing. Nushell doesn't bring over most of the PATH entries, after manually adding back everything - worked again like a charm. Thanks for pointing me in the right direction @ajeetdsouza |
Summary
Zoxide doesn't work currently on nushell
v0.100.0
Nushell
version
output.config/nushell/config.nu
.config/nushell/env.nu
Actual
Error on MacOS
Error on Linux
Expected
Jumping directories with
z
should not produce errorsThe text was updated successfully, but these errors were encountered: