diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-08-12 11:58:36 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-08-12 11:58:36 +0200 |
commit | 06c9e889c2882daf07fd86f59739078ac4f40dd5 (patch) | |
tree | 8321f6160646fba706581f8c1a19f2048b9ba209 | |
parent | 6b2cab2a47245b4338ce101ee8392564508da167 (diff) | |
download | dotfiles-06c9e889c2882daf07fd86f59739078ac4f40dd5.tar.gz dotfiles-06c9e889c2882daf07fd86f59739078ac4f40dd5.tar.bz2 dotfiles-06c9e889c2882daf07fd86f59739078ac4f40dd5.zip |
.osx: When performing a search, search the current folder by default in Finder
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |