fish-shell/doc_src/cmds/vared.rst
Aaron Gyes 14d60ccb32 More synopsis work.
A great leap forward
2021-12-21 17:24:47 -08:00

20 lines
468 B
ReStructuredText

.. _cmd-vared:
vared - interactively edit the value of an environment variable
===============================================================
Synopsis
--------
``vared`` *VARIABLE_NAME*
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 list elements can.
Example
-------
``vared PATH[3]`` edits the third element of the PATH list