How start Atom without loading last files/projects?
I’d like to always start Atom with a clean slate rather than with old laundry.
I think this can be done by erasing $HOME/.atom/storage/editor-* files.
Is there possibly a way to always run a shell command like
"rm $HOME/.atom/storage/editor-*" at startup or
is there a less hackish way to do the same?
Thanks!
Chris