export

Command to mark shell variables in the current environment to…

export

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}}

Также может быть вам интересно:
AppleMacOS
← eval fc →