I am using oh-my-zsh for my terminal. I have set IntelliJ to use /bin/zsh
as the shell path. However no environment variable in my .zshrc
file ever seems to get picked up. I'm defining environment variables like this (for instance):
export GOOGLE_APPLICATION_CREDENTIALS="$HOME/mailcreds.json"
But if I run:
echo $GOOGLE_APPLICATION_CREDENTIALS
Nothing comes up.