I would like to disable resume for all applications by default (including newly install applications).
I know the following command will disable resume for a specific application (Safari in this case)
defaults write com.apple.Safari NSQuitAlwaysKeepsWindows -bool false but I was wondering if there's a way to disable it permanently.