Skip to content

Commit ea093a6

Browse files
Minor adjustments to $.getenv documentation (#10)
Includes expanding abbreviations to full words to match the rest of the documents and adding monospace formatting.
1 parent 4f4b386 commit ea093a6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/extendscript-tools-features/dollar-object.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,9 @@ defined.
404404

405405
.. note:: On MacOS the only env vars that will be accessible are:
406406

407-
- System default env vars
408-
- Custom env vars created by the $.setenv() method
409-
- Custom env vars created with `launchctl setenv CUSTOM_VAR "custom_value"`
410-
407+
- System default environment variables
408+
- Custom environment variables created by the ``$.setenv()`` method
409+
- Custom environment variables created with ``launchctl setenv CUSTOM_VAR "custom_value"``
411410

412411
Any env vars set in .bash_profile, .bashrc, .profile, .zshenv, or .zshrc will be ignored.
413412

0 commit comments

Comments
 (0)