mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Fix typo in set
docs
This commit is contained in:
parent
a6e16a11c2
commit
6ff971e4c2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ These options modify how variables operate:
|
|||
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.
|
||||
|
||||
**--unpath**
|
||||
Causes variable to no longer be tred as a :ref:`path variable <variables-path>`.
|
||||
Causes variable to no longer be treated as a :ref:`path variable <variables-path>`.
|
||||
Note: variables ending in "PATH" are automatically path variables.
|
||||
|
||||
Further options:
|
||||
|
|
Loading…
Reference in a new issue