mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 01:51:14 -03:00
20 lines
428 B
ReStructuredText
20 lines
428 B
ReStructuredText
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
|