issues
search
ersiner
/
osx-env-sync
Synchronize OS X environment variables for command line and GUI applications from a single source
Apache License 2.0
219
stars
36
forks
source link
Also Go-lang and Ruby versions of the tools. Also, support ZSh
#7
Open
mexisme
opened
6 years ago
mexisme
commented
6 years ago
Changed to use output of
bash --login -c env
instead of relying on parsing
~/.bash_profile
or expecting it to be run from a Terminal.
Add Go-lang and Ruby versions (fewer shell-script tricks needed)
bash --login -c env
instead of relying on parsing~/.bash_profile
or expecting it to be run from a Terminal.