I am trying to use my environment variable set inside my ~/.config/fish/config.fish file. When I use echo to display my ENV_VARIABLE, I get the value in the terminal (I set fish to be my default shell in Pycharm). However, it is not working when I run or debug from the PyCharm UI.I can set it as temporary environment variable in the PyCharm configuration, but I want it to be permanent.
I tried to export this variable with no success