When I exit the interactive R shell, it displays an annoying prompt every time:
> > Save workspace image? [y/n/c]: n
I\'m always answering \"no\" to it
Overwrite default option for save argument of quit function
formals(quit)$save <- formals(q)$save <- "no"
put this line in .Rprofile
Edit: added q, so there is no prompt no matter which variant is used
q