summarylogtreecommitdiffstats
path: root/rvm_init.sh
diff options
context:
space:
mode:
authorMarcel Hoppe2018-01-04 12:41:53 +0100
committerMarcel Hoppe2018-01-04 12:41:53 +0100
commitfad48580b957a897961535f735e1997ae07ac762 (patch)
treea576178e2ed11a9cddf0824aec827827893947bd /rvm_init.sh
parent3da6d5380bd8e5213016946c8d08e98876e1b730 (diff)
downloadaur-fad48580b957a897961535f735e1997ae07ac762.tar.gz
add the keys, remove the rvm.sh profile and the supression of output
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