Add command to set default Finder location
This commit is contained in:
parent
f9f386a291
commit
fd0e8204c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user