changeset 118:1c0461e8da55

Merge multiple heads
author IBBoard <dev@ibboard.co.uk>
date Sat, 18 Aug 2018 11:01:41 +0100
parents 65ee5fde0470 (current diff) ef4c3848be18 (diff)
children ee55f20a6154
files
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bashrc	Mon Jul 09 20:08:43 2018 +0100
+++ b/bashrc	Sat Aug 18 11:01:41 2018 +0100
@@ -70,3 +70,8 @@
 
 # Possible fix for Steam - https://github.com/ValveSoftware/steam-for-linux/issues/5000#issuecomment-305937612
 export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
+
+# Set a hidden R package directory
+export R_LIBS_USER=~/.R/
+# And stop it asking us to save the workspace
+alias R='R --no-save'
\ No newline at end of file