diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-10-19 20:31:01 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-10-19 20:31:01 +0300 |
commit | fc439ad5942e64503459599baa874a914c3029cd (patch) | |
tree | cb80c7da5509089f083340c6fc155824ff91a2ae | |
parent | 52819c60a22959a22d0ce93e7dc7abad70893d81 (diff) | |
download | dotfiles-fc439ad5942e64503459599baa874a914c3029cd.tar.gz dotfiles-fc439ad5942e64503459599baa874a914c3029cd.tar.bz2 dotfiles-fc439ad5942e64503459599baa874a914c3029cd.zip |
Looks like `IncludeDebugMenu` was replaced by `IncludeInternalDebugMenu` recently.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightC defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 # Enable Safari’s debug menu -defaults write com.apple.Safari IncludeDebugMenu -bool true +defaults write com.apple.Safari IncludeInternalDebugMenu -bool true # Remove useless icons from Safari’s bookmarks bar defaults write com.apple.Safari ProxiesInBookmarksBar "()" |