Last active
December 28, 2023 01:09
-
-
Save td0/6bc31bc0aa6140033a33c054fe14c54d to your computer and use it in GitHub Desktop.
to turn mac charging sound on
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
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; | |
open /System/Library/CoreServices/PowerChime.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment