Skip to content

Commit

Permalink
Minor adjustments to $.getenv documentation (#10)
Browse files Browse the repository at this point in the history
Includes expanding abbreviations to full words to match the rest of the documents and adding monospace formatting.
  • Loading branch information
ericdrobinson committed Jul 13, 2023
1 parent 4f4b386 commit ea093a6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/extendscript-tools-features/dollar-object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,9 @@ defined.

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

- System default env vars
- Custom env vars created by the $.setenv() method
- Custom env vars created with `launchctl setenv CUSTOM_VAR "custom_value"`

- System default environment variables
- Custom environment variables created by the ``$.setenv()`` method
- Custom environment variables created with ``launchctl setenv CUSTOM_VAR "custom_value"``

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

Expand Down

0 comments on commit ea093a6

Please sign in to comment.