We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c1bd7 commit 33d8188Copy full SHA for 33d8188
vagrant/user-config.sh
@@ -4,11 +4,14 @@ cd /home/vagrant
4
echo Who am I? You are `whoami`.
5
echo Where am I? You are in `pwd`
6
echo I think my home is $HOME
7
+
8
echo export EDITOR=vim >> $HOME/.bashrc
9
10
echo insecure > $HOME/.curlrc
11
12
echo rvm_install_on_use_flag=1 >> $HOME/.rvmrc
13
echo rvm_project_rvmrc=1 >> $HOME/.rvmrc
-echo rvm_trust_rvmrcs_fag=1 >> $HOME/.rvmrc
14
+echo rvm_trust_rvmrcs_flag=1 >> $HOME/.rvmrc
15
curl -k -L https://get.rvm.io | bash -s stable --autolibs=enabled
16
source "$HOME/.rvm/scripts/rvm"
17
[[ -s "$rvm_path/hooks/after_cd_bundle" ]] && chmod +x $rvm_path/hooks/after_cd_bundle
0 commit comments