mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
cf9b8fa3fa
This allows us to use :ref: references, which don't require hardcoding it as html [ci skip]
22 lines
465 B
ReStructuredText
22 lines
465 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 array elements can.
|
|
|
|
|
|
Example
|
|
-------
|
|
|
|
``vared PATH[3]`` edits the third element of the PATH array
|