Skip to content

Instantly share code, notes, and snippets.

@paulstefanort
Created July 22, 2013 16:18
Show Gist options
  • Save paulstefanort/6055207 to your computer and use it in GitHub Desktop.
Save paulstefanort/6055207 to your computer and use it in GitHub Desktop.
Reload environment variables on OS X.
grep -E "^setenv" /etc/launchd.conf | xargs -t -L 1 launchctl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment