mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 17:01:55 +08:00
docs: remove an errant space
This commit is contained in:
parent
485a945004
commit
88a89d0a52
@ -47,7 +47,7 @@ These options control additional variable options:
|
||||
|
||||
- ``-u`` or ``--unexport`` causes the specified shell variable to NOT be exported to child processes
|
||||
|
||||
- ``--path`` causes the specified variable to be treated as a path variable, meaning it will automatically be split on colons, and joined using colons when quoted (``echo "$PATH"``) or exported.
|
||||
- ``--path`` causes the specified variable to be treated as a path variable, meaning it will automatically be split on colons, and joined using colons when quoted (``echo "$PATH"``) or exported.
|
||||
|
||||
- ``--unpath`` causes the specified variable to not be treated as a path variable. Variables with a name ending in "PATH" are automatically path variables, so this can be used to treat such a variable normally.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user