mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Fix command section separator line lengths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
vared - interactively edit the value of an environment variable
|
||||
==========================================
|
||||
===============================================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
@@ -8,12 +8,12 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user