Skip to content

Utility to expose environment variables on OSX via `launchctl`.

License

Notifications You must be signed in to change notification settings

balakrishnanc/syncenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

About

syncenv.sh is a utility to parse ZSH configuration files and expose the exported environment variables to all applications using launchctl, based on ersiner/osx-env-sync.

Installation

Copy the plist file to ~/Library/LaunchAgents/syncenv.plist, and load the launch agent as follows.

§ launchctl load ~/Library/LaunchAgents/syncenv.plist

To reload without restarting, or logging out and logging in, unload the agent and load it again (as before).

§ launchctl unload ~/Library/LaunchAgents/syncenv.plist
§ launchctl load ~/Library/LaunchAgents/syncenv.plist

About

Utility to expose environment variables on OSX via `launchctl`.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages