mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
17 lines
458 B
ReStructuredText
17 lines
458 B
ReStructuredText
vared - interactively edit the value of an environment variable
|
|
==========================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
vared VARIABLE_NAME
|
|
|
|
|
|
\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
|