From fd0e8204c25471255daa25fd368bd9b64e553873 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 18:56:58 +0200 Subject: [PATCH] Add command to set default Finder location --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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