-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
zsh : promptinit and compinit definition files not found #5571
Comments
When I was merging that PR, I've tested it locally and everything was ok... |
Hm, confirmed with the bisect. Very strange! I don't see how adding a path could break anything... The change looks good to me. My configs are available in the repo above in case there's something different from my machine to yours |
Can you post |
Before: After: |
Hm, sorry for that, my NixOS box is broken right now, so I couldn’t test the changes thoroughly. This default value of Right now I see two possible solutions (in order of preference): |
1 sounds good to me, I think prepending is better behavior in this case |
Bump. This is what I have: zsh’s FPATHzsh: profile-relative functions path · 766207c · NixOS/nixpkgs · GitHub Investigating (after reverting 766207c)
Checking each path:
this is from my personal .zshrc.
gives no such directory.
gives empty directory.
gives
WorkaroundFor now just revert 766207c
Additional info
|
@kirelagin @MP2E so reverting for now. @oxij @edolstra what about the real workaround? #5571 (comment) has good suggestions. |
For those who might need it:
Should give you a path to put into a configuration.nix:
|
This issue has been fixed for me, so I'll close this. Is there need for a more proper solution? If so comment/reopen |
Upon updating to the newest nixpkgs this evening I now receive warnings when I open zsh
Here is my configuration.nix : https://github.com/MP2E/nix-projects/blob/master/nixos-config/configuration.nix
Perhaps related to 766207c? I'll do some bisecting and report back.
The text was updated successfully, but these errors were encountered: