Global

global name

Explicitly create a global symbol name, if one does not already exist. By default, this is done by FISH automatically when an unrecognized name is encountered. If fish automatic-create off is used, then global must be used to explicitly create global symbols. Setting automatic-create off is highly recommended when creating large and complex FISH code.