mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
We no longer have two doc systems, move sphinx_doc_src back to doc_src
This commit is contained in:
22
doc_src/cmds/vared.rst
Normal file
22
doc_src/cmds/vared.rst
Normal file
@@ -0,0 +1,22 @@
|
||||
.. _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
|
||||
Reference in New Issue
Block a user