summarylogtreecommitdiffstats
path: root/rvm_init.sh
blob: 46ece183ccb85642f2904a76414206c1d6780549 (plain)
1
2
3
4
5
6
7
8
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