mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
add missing space
This commit is contained in:
parent
154b809c98
commit
6859a4c6f6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ The following scope control variable scope:
|
|||
|
||||
**-U** or **--universal**
|
||||
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 persist across restarts of the shell.
|
||||
|
||||
**-f** or **--function**
|
||||
Sets a variable scoped to the executing function.
|
||||
|
|
Loading…
Reference in a new issue