aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-02 08:45:47 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-02 08:45:47 +0200
commit289c3ea4802552de01a030260916fcac55eaabe3 (patch)
tree805721668cc8ee276aad2c3b4d513b55097c7805 /.osx
parent6c2be0e0154d99e9d501d02a571564c1b63a71d1 (diff)
downloaddotfiles-289c3ea4802552de01a030260916fcac55eaabe3.tar.gz
dotfiles-289c3ea4802552de01a030260916fcac55eaabe3.tar.bz2
dotfiles-289c3ea4802552de01a030260916fcac55eaabe3.zip
.osx: Disable the iTunes arrow links completely
Diffstat (limited to '.osx')
-rwxr-xr-x.osx7
1 files changed, 5 insertions, 2 deletions
diff --git a/.osx b/.osx
index b28c730..64a45bc 100755
--- a/.osx
+++ b/.osx
@@ -258,8 +258,11 @@ defaults write com.apple.dashboard devmode -bool true
# Enable the debug menu in iCal
defaults write com.apple.iCal IncludeDebugMenu -bool true
-# Make iTunes arrows go to your library instead of the iTunes Store
-defaults write com.apple.iTunes invertStoreLinks -bool YES
+# Make the iTunes arrow links go to your library instead of the iTunes Store
+defaults write com.apple.iTunes invertStoreLinks -bool true
+
+# Disable the iTunes arrow links completely
+defaults write com.apple.iTunes show-store-arrow-links -bool false
# Disable the Ping sidebar in iTunes
defaults write com.apple.iTunes disablePingSidebar -bool true