Skip to content

Commit

Permalink
.osx: Enable the debug menu in iCal and Address Book
Browse files Browse the repository at this point in the history
  • Loading branch information
parejadan authored and Daniel Pareja committed Apr 3, 2012
1 parent 4eb92c5 commit 9057bfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ defaults write com.apple.Safari ProxiesInBookmarksBar "()"
# Add a context menu item for showing the Web Inspector in web views
defaults write NSGlobalDomain WebKitDeveloperExtras -bool true

# Enable the debug menu in Address Book
defaults write com.apple.addressbook ABShowDebugMenu -bool true

# Enable the debug menu in iCal
defaults write com.apple.iCal IncludeDebugMenu -bool true

# Only use UTF-8 in Terminal.app
defaults write com.apple.terminal StringEncodings -array 4

Expand Down

0 comments on commit 9057bfd

Please sign in to comment.