mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08:00
Fix typo in set
docs
(cherry picked from commit 6ff971e4c24a1e5a53d3e4d223163eab356742e5)
This commit is contained in:
parent
d49072eb0f
commit
cf535f0f76
@ -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…
x
Reference in New Issue
Block a user