stefanuddenberg
11/13/2019 - 3:27 AM

Bash -- setting environment variables

# edit the ~/.bashrc file.
# get the terminal to know about the env variables with `source ~/.bashrc`
export VAR_NAME="my variable string"