Skip to content

bdemirpolat/xenv

Repository files navigation

xenv

Environment variables manager for macOS.

Download

DMG file can be downloaded here

How it works?

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

Important

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
  • Add line below and save.
    source /Users/john/.xenv_profile or source $HOME/.xenv_profile

About

Environment variables manager for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published