aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorKevin Lawler <kevin.lawler@gmail.com>2012-07-01 23:32:34 -0700
committerMathias Bynens <mathias@qiwi.be>2012-07-02 08:42:52 +0200
commit6c2be0e0154d99e9d501d02a571564c1b63a71d1 (patch)
tree390712957a60d73e57d772bd17bccb36acb214dd /.osx
parent5325c972a55b88b966580b5ed744c8457df494de (diff)
downloaddotfiles-6c2be0e0154d99e9d501d02a571564c1b63a71d1.tar.gz
dotfiles-6c2be0e0154d99e9d501d02a571564c1b63a71d1.tar.bz2
dotfiles-6c2be0e0154d99e9d501d02a571564c1b63a71d1.zip
.osx: Make iTunes arrows go to your library by default (rather than the iTunes Store)
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index af275d0..b28c730 100755
--- a/.osx
+++ b/.osx
@@ -258,6 +258,9 @@ 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
+
# Disable the Ping sidebar in iTunes
defaults write com.apple.iTunes disablePingSidebar -bool true