docs/tutorial: Add a note about universal variables (#10548)

Link to some best practices for universal variables.
This commit is contained in:
Trishank Karthik Kuppusamy
2024-06-13 12:28:22 -04:00
committed by GitHub
parent 616ca83799
commit 261274ea26

View File

@@ -750,6 +750,7 @@ Now in another shell::
> echo $EDITOR
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?
---------------