Add command to set default Finder search scope

This commit is contained in:
Marcel Bischoff 2015-10-18 18:59:37 +02:00
parent fd0e8204c2
commit 44b87ebfed

View File

@ -367,6 +367,11 @@ Sets default save target to be a local disk, not iCloud.
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
```
#### Set Current Directory as Default Search Scope
```bash
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
```
#### Set Default Finder Location to Home Folder
```bash
defaults write com.apple.finder NewWindowTarget -string "PfLo" && \