Command to mark shell variables in the current environment to be exported with any newly forked child processes.
export {{VARIABLE}}={{value}}
export -n {{VARIABLE}}
export PATH=$PATH:{{path/to/append}}