commands.sh
⌘K

export

all

Export shell variables to child processes.

More info →

Examples (2)

Set an environment variable

export VARIABLE=value

Append a pathname to the environment variable `$PATH`

export PATH=$PATH:path/to/append
made by @shridhargupta | data from tldr-pages