https://www.reddit.com/r/apple/comments/3juiep/ysk_you_can_enable_a_ios_like_charging_chime_on/
方法来自 reddit
启用的话执行如下命令:
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app
禁用:
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false; killall PowerChime
太好玩儿了!
