Files
fish-shell/doc_src/cmds/vared.rst
Johannes Altmanninger 7a59540517 docs: use :doc: role when referencing entire pages
No need to define "cmd-foo" anchors; use :doc:`foo <cmds/foo>`
instead. If we want "cmd-foo" but it should be tested.

See also 38b24c2325 (docs: Use :doc: role when linking to commands,
2022-09-23).
2025-11-06 12:58:59 +01:00

22 lines
537 B
ReStructuredText

vared - interactively edit the value of an environment variable
===============================================================
Synopsis
--------
.. 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.
The **-h** or **--help** option displays help about using this command.
Example
-------
``vared PATH[3]`` edits the third element of the PATH list