From 289c3ea4802552de01a030260916fcac55eaabe3 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 2 Jul 2012 08:45:47 +0200 Subject: .osx: Disable the iTunes arrow links completely --- .osx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.osx') 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 -- cgit v1.2.3