From 6c2be0e0154d99e9d501d02a571564c1b63a71d1 Mon Sep 17 00:00:00 2001 From: Kevin Lawler Date: Sun, 1 Jul 2012 23:32:34 -0700 Subject: .osx: Make iTunes arrows go to your library by default (rather than the iTunes Store) --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') 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 -- cgit v1.2.3