# HG changeset patch # User IBBoard # Date 1534586501 -3600 # Node ID 1c0461e8da55b16209abd351a072ef8a2a12abd9 # Parent 65ee5fde0470d1584500e7ff92024a08c2824a07# Parent ef4c3848be18201c4ecfb9e237c77d584b30096c Merge multiple heads diff -r 65ee5fde0470 -r 1c0461e8da55 bashrc --- 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