mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
docs/tutorial: Add a note about universal variables (#10548)
Link to some best practices for universal variables.
This commit is contained in:
parent
616ca83799
commit
261274ea26
1 changed files with 1 additions and 0 deletions
|
@ -750,6 +750,7 @@ Now in another shell::
|
||||||
> echo $EDITOR
|
> echo $EDITOR
|
||||||
vim
|
vim
|
||||||
|
|
||||||
|
You only need to set universal variables once interactively. There is no need to add them to your :ref:`config files <initialization>`. For more details, see :ref:`Universal Variables <universal-variables>`.
|
||||||
|
|
||||||
Ready for more?
|
Ready for more?
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in a new issue