summarylogtreecommitdiffstats
path: root/rvm_init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rvm_init.sh')
-rw-r--r--rvm_init.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/rvm_init.sh b/rvm_init.sh
new file mode 100644
index 000000000000..46ece183ccb8
--- /dev/null
+++ b/rvm_init.sh
@@ -0,0 +1,9 @@
+#
+# RVM init profile
+#
+# copys the rvm skeleton to home if it not exists
+#
+
+if [ ! -d "$HOME/.rvm" ]; then
+ cp -r /etc/skel/.rvm "$HOME"
+fi