diff --git a/README.md b/README.md index 732f168..c6ce336 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,12 @@ Sets default save target to be a local disk, not iCloud. defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false ``` +#### Set Default Finder Location to Home Folder +```bash +defaults write com.apple.finder NewWindowTarget -string "PfLo" && \ +defaults write com.apple.finder NewWindowTargetPath -string "file://${HOME}" +``` + #### Set Sidebar Icon Size Sets size to 'medium'. ```bash