ersiner / osx-env-sync

Synchronize OS X environment variables for command line and GUI applications from a single source
Apache License 2.0
218 stars 36 forks source link

Doesn't work with single-quote or empty exports #3

Open edenman opened 7 years ago

edenman commented 7 years ago

I don't currently need any of these in applications, so not a big deal, but worth noting: export PS1='some stuff' doesn't work export HISTFILESIZE= doesn't work export HISTFILESIZE="" doesn't work