fish-shell/doc_src/vared.txt

16 lines
471 B
Text
Raw Normal View History

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