mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
885d16fcd6
darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz
14 lines
464 B
Text
14 lines
464 B
Text
\section vared vared - interactively edit the value of an environment variable
|
|
|
|
\subsection vared-synopsis Synopsis
|
|
<tt>vared VARIABLE_NAME</tt>
|
|
|
|
\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
|
|
|
|
<code>vared PATH[3]</code> edits the third element of the PATH array
|