aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-12 11:58:36 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-12 11:58:36 +0200
commit06c9e889c2882daf07fd86f59739078ac4f40dd5 (patch)
tree8321f6160646fba706581f8c1a19f2048b9ba209 /.osx
parent6b2cab2a47245b4338ce101ee8392564508da167 (diff)
downloaddotfiles-06c9e889c2882daf07fd86f59739078ac4f40dd5.tar.gz
dotfiles-06c9e889c2882daf07fd86f59739078ac4f40dd5.tar.bz2
dotfiles-06c9e889c2882daf07fd86f59739078ac4f40dd5.zip
.osx: When performing a search, search the current folder by default in Finder
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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