mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
02d82dcf85
Adds synopses for those commands missing them. Moves all synopsis sections to code blocks. This improves the appearance, although highlighting as fish code may not be the ideal appearance.
22 lines
470 B
ReStructuredText
22 lines
470 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
|