-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
I tried to evaluate env like this
env -i /usr/local/bin/fish -l -i -c env
The env -i prefix is required for this test to prevent inheriting my local environment.
This should output the environment of a fresh fish interactive login shell, however, it doesn't seem fish evaluates any configuration at all.
Any user PATHs configured in config.fish or fish_variables do not show up in the PATH= line of the output.
System:
fish, version 3.1.2
macOS Big Sur 11.1 (20C69)
Reactions are currently unavailable