Skip to content

Instantly share code, notes, and snippets.

@juniovitorino
Created November 12, 2013 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juniovitorino/7430930 to your computer and use it in GitHub Desktop.
Save juniovitorino/7430930 to your computer and use it in GitHub Desktop.
Load/Unload OS X Notification Center
# Notification Center
alias ncstop="launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist"
alias ncstart="launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment