export -n FOO
From help export:
Options:
-frefer to shell functions-nremove the export property from each NAME-pdisplay a list of all exported variables and functions
export -n FOO
From help export:
Options:
-frefer to shell functions-nremove the export property from each NAME-pdisplay a list of all exported variables and functions