-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
bug: Fish shell error /etc/profiles/per-user/user/bin/command-not-found #3858
Comments
command-not-found does not have fish integration. It looks like your |
I've also just run into this issue on |
Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting. If you are the original author of the issue
If you are not the original author of the issue
Memorandum on closing issuesDon't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort. |
For reference, I overload my programs.fish.functions.fish_command_not_found.body = ''
nix run nixpkgs#$argv[1] -- $argv[2..]
''; |
Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting. If you are the original author of the issue
If you are not the original author of the issue
Memorandum on closing issuesDon't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort. |
Are you following the right branch?
Is there an existing issue for this?
Issue description
Getting an error post install if using fish as primary on nix-darwin
Using fish as shell and if typing command that doesn't exist getting errors below
la /etc/profiles/per-user/user/bin/command-not-found Permissions Size User Group Date Modified Name lrwxr-xr-x 83 root wheel 1 Jan 1970 /etc/profiles/per-user/user/bin/command-not-found -> /nix/store/7b864y0pncqy8wqplnwnirpfcygy67sn-home-manager-path/bin/command-not-found
Maintainer CC
No response
System information
The text was updated successfully, but these errors were encountered: