aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-06 17:24:52 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-06 17:24:52 +0200
commit03f1e47c884a55abfcb7f0603c7bd813fc0e4232 (patch)
tree9d62476e090f20e1aee33d21b2bbd6838730fffd /.osx
parent064fa9650908d719fc6c7cc96f9b9ec78a68e034 (diff)
downloaddotfiles-03f1e47c884a55abfcb7f0603c7bd813fc0e4232.tar.gz
dotfiles-03f1e47c884a55abfcb7f0603c7bd813fc0e4232.tar.bz2
dotfiles-03f1e47c884a55abfcb7f0603c7bd813fc0e4232.zip
.osx: Update some iTunes tweaks to work with iTunes 10.6.3
Ref. #114. Thanks to @mourawaldson for the heads-up!
Diffstat (limited to '.osx')
-rwxr-xr-x.osx7
1 files changed, 2 insertions, 5 deletions
diff --git a/.osx b/.osx
index 1d979c3..77b1879 100755
--- a/.osx
+++ b/.osx
@@ -327,11 +327,8 @@ defaults write com.apple.dashboard devmode -bool true
# Enable the debug menu in iCal (pre-10.8)
defaults write com.apple.iCal IncludeDebugMenu -bool true
-# 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 iTunes store link arrows
+defaults write com.apple.iTunes show-store-link-arrows -bool false
# Disable the Ping sidebar in iTunes
defaults write com.apple.iTunes disablePingSidebar -bool true