mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-04 04:31:14 -03:00
Switch backticks to double backticks for rst compatibility
This commit is contained in:
@@ -10,10 +10,10 @@ 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.
|
||||
``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
|
||||
``vared PATH[3]`` edits the third element of the PATH array
|
||||
|
||||
Reference in New Issue
Block a user