Skip to content

Instantly share code, notes, and snippets.

@X0nic
Created March 14, 2013 16:53
Show Gist options
  • Save X0nic/5162988 to your computer and use it in GitHub Desktop.
Save X0nic/5162988 to your computer and use it in GitHub Desktop.
Disable / enable pow
#disable
launchctl unload "$HOME/Library/LaunchAgents/cx.pow.powd.plist"
#enable
launchctl load -Fw "$HOME/Library/LaunchAgents/cx.pow.powd.plist"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment