From b912e0bb9c51467c03c7b975c10ef5244a83c420 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 13 Aug 2012 08:16:53 +0200 Subject: =?UTF-8?q?.osx:=20Set=20Safari=E2=80=99s=20home=20page=20to=20`ab?= =?UTF-8?q?out:blank`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3