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