Skip to content

Instantly share code, notes, and snippets.

@ianthrive
Created February 19, 2013 11:12
Show Gist options
  • Save ianthrive/4984954 to your computer and use it in GitHub Desktop.
Save ianthrive/4984954 to your computer and use it in GitHub Desktop.
Disable/enable the default iCloud selection in the save window of new documents.
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment