diff options
-rwxr-xr-x | .osx | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |