# HG changeset patch # User IBBoard # Date 1534426768 -3600 # Node ID 77768e1e9d4971a3b11cadffba3fab2ca1005636 # Parent 87de05d9f75fa8da086d25404718797d226f6618 Stop R prompting to save the workspace after each session diff -r 87de05d9f75f -r 77768e1e9d49 bashrc --- a/bashrc Thu Aug 16 13:13:05 2018 +0100 +++ b/bashrc Thu Aug 16 14:39:28 2018 +0100 @@ -73,3 +73,5 @@ # Set a hidden R package directory R_LIBS_USER=~/.R/ +# And stop it asking us to save the workspace +alias R='R --no-save' \ No newline at end of file