export

export#

Export shell variables to the environment.

$ export PATH="$HOME/bin:$PATH"
$ export EDITOR=vim
$ export -p