Created
November 12, 2013 13:37
-
-
Save juniovitorino/7430930 to your computer and use it in GitHub Desktop.
Load/Unload OS X Notification Center
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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