From 13cf0436cd1f3422f764d57dadd050bb825a8b02 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 17 Oct 2015 19:18:58 +0200 Subject: [PATCH] Add save default to disk command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1c46051..4d638e3 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,12 @@ Possible values: `WhenScrolling`, `Automatic` and `Always`. defaults write NSGlobalDomain AppleShowScrollBars -string "Always" ``` +#### Save to Disk by Default +Sets default save target to be a local disk, not iCloud. +```bash +defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false +``` + #### Set Sidebar Icon Size Sets size to 'medium'. ```bash