changeset 113:77768e1e9d49

Stop R prompting to save the workspace after each session
author IBBoard <dev@ibboard.co.uk>
date Thu, 16 Aug 2018 14:39:28 +0100
parents 87de05d9f75f
children ef4c3848be18
files bashrc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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