mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 12:11:20 -03:00
fix typo in set -U option
(Partially cherry picked from commit 631f2c073c)
This commit is contained in:
committed by
David Adam
parent
ced76a4576
commit
a976589e93
@@ -38,7 +38,7 @@ The following options control variable scope:
|
|||||||
|
|
||||||
**-U** or **--universal**
|
**-U** or **--universal**
|
||||||
Sets a universal variable.
|
Sets a universal variable.
|
||||||
The variable will be immediately available to all the user's ``fish`` instances on the machine, and will be persist across restarts of the shell.
|
The variable will be immediately available to all the user's ``fish`` instances on the machine, and will be persisted across restarts of the shell.
|
||||||
|
|
||||||
**-f** or **--function**
|
**-f** or **--function**
|
||||||
Sets a variable scoped to the executing function.
|
Sets a variable scoped to the executing function.
|
||||||
|
|||||||
Reference in New Issue
Block a user