aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-13 08:16:53 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-13 08:16:53 +0200
commitb912e0bb9c51467c03c7b975c10ef5244a83c420 (patch)
tree9afd4173fab3f3e813281eb701a6bcc42c6ab0c3
parent6f89f05ee16a729ec183b2831faf610daeb9a179 (diff)
downloaddotfiles-b912e0bb9c51467c03c7b975c10ef5244a83c420.tar.gz
dotfiles-b912e0bb9c51467c03c7b975c10ef5244a83c420.tar.bz2
dotfiles-b912e0bb9c51467c03c7b975c10ef5244a83c420.zip
.osx: Set Safari’s home page to `about:blank`
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index e325871..3955fc4 100755
--- a/.osx
+++ b/.osx
@@ -316,6 +316,9 @@ defaults write com.apple.dock wvous-bl-modifier -int 0
# Safari & WebKit #
###############################################################################
+# Set Safari’s home page to `about:blank` for faster loading
+defaults write com.apple.Safari HomePage -string "about:blank"
+
# Allow hitting the Backspace key to go to the previous page in history
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool true