-
Notifications
You must be signed in to change notification settings - Fork 521
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
Installing navi correctly on MacOS for .zsh #777
Comments
Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :) |
same on armbian, related? #777 |
I have the same issue on MacOS Monterey (M1), and I think the problem is related to the hardcoded path of the config file containing a space, and not handled correctly by navi
|
I would say issue was introduced in change #518 |
Actually, in the current version, it's not working on Mac, because you can't have a config file (Navi doesn't find it because of the space), the checkout of new libraries works (I was able to get the defaults cheats), but navi doesn't see them |
I was wrong, actually version 2.19 is working fine with the path, sticking to this one for now, but:
|
+1 Most CLI apps have the config in |
The config dir is defined by https://crates.io/crates/directories-next Changing it now would be a breaking change :/ |
I'm trying to understand if the problem is really with the space. Could you provide more logs / evidence? "permission denied" seems to be unrelated to spaces |
I am just wondering if I have installed navi correctly.
I am using macOS Monterey 12.5 and installed navi using homebrew via
brew install navi
.To install the shell widget, I pasted the following into the end of my
.zshrc
file:(I do not have a
.bshrc
file, and thought this was the alternative).Having done the above step, I am now able to use navi by calling Ctrl + G as expected.
Entering


navi fn welcome
and entering theconfig
command, I get a permission denied error.I'm not sure how to overcome this. Also, I am noticing that it is trying to use
bash
instead ofzsh
. Not sure how to change this also.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: