config icon indicating copy to clipboard operation
config copied to clipboard

fix fish shell enviroment variables

Open igor-arkhipov opened this issue 3 years ago • 4 comments

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

igor-arkhipov avatar Dec 08 '21 23:12 igor-arkhipov

Hey @igor-arkhipov what version of fish are you using where this doesn't work?

mschrage avatar Jan 13 '22 21:01 mschrage

@mschrage, fish version 3.3.1

igor-arkhipov avatar Jan 17 '22 11:01 igor-arkhipov

@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

igor-arkhipov avatar Jan 19 '22 14:01 igor-arkhipov

What’s strange is that I don’t get any errors when I launch fish.

I’ll investigate.

mschrage avatar Jan 19 '22 16:01 mschrage