1export [ name[=value] ... ]
2       The specified names are marked for automatic export to the envi-
3       ronment of subsequently executed commands.  Equivalent to  type-
4       set -gx.  If a parameter specified does not already exist, it is
5       created in the global scope.
6