From 7766274b8228b2a1d9db64b54a325cfa44f976b1 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 22 Feb 2014 10:42:43 -0600 Subject: [PATCH] Don't expand 'Preview' info tab by default. --- .osx | 1 + 1 file changed, 1 insertion(+) diff --git a/.osx b/.osx index a45d6cc..e75a461 100755 --- a/.osx +++ b/.osx @@ -228,6 +228,7 @@ chflags nohidden ~/Library defaults write com.apple.finder FXInfoPanesExpanded -dict \ General -bool true \ OpenWith -bool true \ + Preview -bool false \ Privileges -bool true ###############################################################################