Created
February 11, 2020 16:33
-
-
Save dwallraff/cd6f7d91ee937b3cbf344fb03df66408 to your computer and use it in GitHub Desktop.
Turn off PowerChime in OSX
This file contains 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
defaults write com.apple.PowerChime ChimeOnNoHardware -bool true | |
killall PowerChime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment