diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-24 11:04:38 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-24 11:04:38 +0300 |
commit | 36c45978f4a0ed051cc0526ec3f83e57340ebfbf (patch) | |
tree | 9c613b41ca64466cd8e64a0a723d194ae8b2b67a | |
parent | 17c5050f64134792b1dadf1a6e919ff3abfb2952 (diff) | |
download | dotfiles-36c45978f4a0ed051cc0526ec3f83e57340ebfbf.tar.gz dotfiles-36c45978f4a0ed051cc0526ec3f83e57340ebfbf.tar.bz2 dotfiles-36c45978f4a0ed051cc0526ec3f83e57340ebfbf.zip |
Disable Ping entirely.
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -121,6 +121,9 @@ defaults write com.apple.terminal StringEncodings -array 4 # Disable the Ping sidebar in iTunes defaults write com.apple.iTunes disablePingSidebar -bool true +# Disable all the other Ping stuff in iTunes +defaults write com.apple.iTunes disablePing -bool true + # Disable send and reply animations in Mail.app defaults write com.apple.Mail DisableReplyAnimations -bool true defaults write com.apple.Mail DisableSendAnimations -bool true |