mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
[doc]: fix --path description of set cmd
This commit is contained in:
parent
c38a7e4f84
commit
1cba28c120
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ These options modify how variables operate:
|
|||
Causes the specified shell variable to NOT be exported to child processes.
|
||||
|
||||
**--path**
|
||||
Treat specified variable as a :ref:`path variable <variables-path>`; variable will be split on colons (``:``) and will be displayed joined by colons colons when quoted (``echo "$PATH"``) or exported.
|
||||
Treat specified variable as a :ref:`path variable <variables-path>`; variable will be split on colons (``:``) and will be displayed joined by colons when quoted (``echo "$PATH"``) or exported.
|
||||
|
||||
**--unpath**
|
||||
Causes variable to no longer be treated as a :ref:`path variable <variables-path>`.
|
||||
|
|
Loading…
Reference in a new issue