Skip to content

Instantly share code, notes, and snippets.

@davetownsend
Created March 10, 2015 23:02
Show Gist options
  • Save davetownsend/eb7c241240b1a1f95e9b to your computer and use it in GitHub Desktop.
Save davetownsend/eb7c241240b1a1f95e9b to your computer and use it in GitHub Desktop.
reload launchd.conf
# run from cli to re-load new enries in lanuchd.conf
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