config
config copied to clipboard
fix fish shell enviroment variables
This small fixes for initial setup Fish shell.
Now integration with Fish doesn't work (screenshot)
Replacing "export" with "set -gx" fix this bug (screenshot)
Additional info: Fish shell documentation https://fishshell.com/docs/current/language.html#variables-export
Hey @igor-arkhipov what version of fish
are you using where this doesn't work?
@mschrage, fish version 3.3.1
@mschrage btw, version doesn't matter, because export ...
never uses in fish configs.
Please check documentation https://fishshell.com/docs/current/language.html#variables-export
What’s strange is that I don’t get any errors when I launch fish
.
I’ll investigate.