From 06c9e889c2882daf07fd86f59739078ac4f40dd5 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 12 Aug 2012 11:58:36 +0200 Subject: .osx: When performing a search, search the current folder by default in Finder --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 9f52d1d..b653605 100755 --- a/.osx +++ b/.osx @@ -173,6 +173,9 @@ defaults write com.apple.finder QLEnableTextSelection -bool true # Display full POSIX path as Finder window title defaults write com.apple.finder _FXShowPosixPathInTitle -bool true +# When performing a search, search the current folder by default +defaults write com.apple.finder FXDefaultSearchScope -string "SCcf" + # Disable the warning when changing a file extension defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false -- cgit v1.2.3