Environment variables manager for macOS.
DMG file can be downloaded here
This app creates a new profile on current user's your home directory. All variables created from this app located in
this file.
For example:
/Users/john/.xenv_profile
or $HOME/.xenv_profile
This installation step is done only one time.
To use this application, you need reference .xenv_profile
to your current shell profile.
-
Open current shell profile.
- For zsh:
/Users/john/.zprofile
or$HOME/.zprofile
- For bash:
/Users/john/.bash_profile
or$HOME/.bash_profile
- For zsh:
-
Add line below and save.
source /Users/john/.xenv_profile
orsource $HOME/.xenv_profile