mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-07 07:11:14 -03:00
docs: clearify global vs universal variable
This commit is contained in:
committed by
Fabian Boehm
parent
4ceb497bfb
commit
27952db9f7
@@ -51,8 +51,8 @@ The following scope control variable scope:
|
||||
|
||||
**-g** or **--global**
|
||||
Sets a globally-scoped variable.
|
||||
Global variables don't disappear and are available to all functions running in the same shell.
|
||||
They can even be modified.
|
||||
Global variables are available to all functions running in the same shell.
|
||||
They can be modified or erased.
|
||||
|
||||
These options modify how variables operate:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user