Tired of save dialogs always defaulting to iCloud? This Terminal gem did the trick for me:
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
If you ever want to revert back simply rerun setting the last argument to true.
Tired of save dialogs always defaulting to iCloud? This Terminal gem did the trick for me:
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
If you ever want to revert back simply rerun setting the last argument to true.