mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
doc_src/set.txt: -U affects only the user running the command, not all users
This commit is contained in:
parent
1f0085bc08
commit
e3643c610f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ The following options control variable scope:
|
|||
|
||||
- `-g` or `--global` causes the specified shell variable to be given a global scope. Non-global variables disappear when the block they belong to ends
|
||||
|
||||
- `-U` or `--universal` causes the specified shell variable to be given a universal scope. If this option is supplied, the variable will be shared between all the current users fish instances on the current computer, and will be preserved across restarts of the shell.
|
||||
- `-U` or `--universal` causes the specified shell variable to be given a universal scope. If this option is supplied, the variable will be shared between all the current user's fish instances on the current computer, and will be preserved across restarts of the shell.
|
||||
|
||||
- `-x` or `--export` causes the specified shell variable to be exported to child processes (making it an "environment variable")
|
||||
|
||||
|
|
Loading…
Reference in a new issue