aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-24 11:04:38 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-24 11:04:38 +0300
commit36c45978f4a0ed051cc0526ec3f83e57340ebfbf (patch)
tree9c613b41ca64466cd8e64a0a723d194ae8b2b67a
parent17c5050f64134792b1dadf1a6e919ff3abfb2952 (diff)
downloaddotfiles-36c45978f4a0ed051cc0526ec3f83e57340ebfbf.tar.gz
dotfiles-36c45978f4a0ed051cc0526ec3f83e57340ebfbf.tar.bz2
dotfiles-36c45978f4a0ed051cc0526ec3f83e57340ebfbf.zip
Disable Ping entirely.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 73d5cef..f030fe2 100755
--- a/.osx
+++ b/.osx
@@ -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