You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is compiled to read from /usr/local/share/fish, but that directory doesn't exist, so we don't choose to write to it.
If we detect the host has fish shell, we should do the extra work to detect if we're on an ostree-based distro and do the right thing. I think this means we create /usr/local/share/fish and write our nix.fish file to /usr/local/share/fish/vendor_conf.d/.
This will resolve our highest source of installation errors (SelfTest("ShellFailed("fish")").
The text was updated successfully, but these errors were encountered:
On ostree, fish has a configuration directory at
/etc/fish/
but its fish is not compiled to read from it -- probably due to a packaging bug:It is compiled to read from
/usr/local/share/fish
, but that directory doesn't exist, so we don't choose to write to it.If we detect the host has fish shell, we should do the extra work to detect if we're on an ostree-based distro and do the right thing. I think this means we create
/usr/local/share/fish
and write ournix.fish
file to/usr/local/share/fish/vendor_conf.d/
.This will resolve our highest source of installation errors (
SelfTest("ShellFailed("fish")"
).The text was updated successfully, but these errors were encountered: