2010-09-18 02:18:26 +00:00
|
|
|
\section vared vared - interactively edit the value of an environment variable
|
2005-10-25 14:33:55 +00:00
|
|
|
|
|
|
|
\subsection vared-synopsis Synopsis
|
2014-08-01 12:25:41 +00:00
|
|
|
\fish{synopsis}
|
2014-08-01 02:37:32 +00:00
|
|
|
vared VARIABLE_NAME
|
|
|
|
\endfish
|
2005-10-25 14:33:55 +00:00
|
|
|
|
|
|
|
\subsection vared-description Description
|
|
|
|
|
2014-08-01 02:37:32 +00:00
|
|
|
`vared` is used to interactively edit the value of an environment
|
|
|
|
variable. Array variables as a whole can not be edited using `vared`,
|
2010-09-18 02:18:26 +00:00
|
|
|
but individual array elements can.
|
2005-10-25 14:33:55 +00:00
|
|
|
|
|
|
|
\subsection vared-example Example
|
|
|
|
|
2014-08-01 02:37:32 +00:00
|
|
|
`vared PATH[3]` edits the third element of the PATH array
|