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)
I tried to evaluate
envlike thisThe
env -iprefix is required for this test to prevent inheriting my local environment.This should output the environment of a fresh
fishinteractive login shell, however, it doesn't seemfishevaluates any configuration at all.Any user
PATHs configured inconfig.fishorfish_variablesdo not show up in thePATH=line of the output.