2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-26 19:55:08 +00:00
fish-shell/sphinx_doc_src/cmds/vared.rst

23 lines
470 B
ReStructuredText
Raw Normal View History

.. _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