Next: setfg, Previous: setbg, Up: Internal Routines [Contents][Index]
setenv, string
Sets or displays an environment variable. If string
does
not contain an equal sign =
, then it is assumed to contain an
environment variable name and the current value of that environment
variable is displayed. If string
has the form
'VARIABLE=VALUE'
, then value
is assigned to environment
variable variable
(which must not have a preceding $
).