diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-04-09 14:34:20 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-04-09 14:34:20 +0200 |
| commit | 33b79ad067fe267b7f6f5c2f1f90bef51429e37d (patch) | |
| tree | a219363c5b922e844e6a1401a38ab47aee654f0c | |
| parent | 78bea5815fb985c40798a3d5650c5fac70426d02 (diff) | |
| download | dotfiles-33b79ad067fe267b7f6f5c2f1f90bef51429e37d.tar.gz dotfiles-33b79ad067fe267b7f6f5c2f1f90bef51429e37d.zip | |
Added the .rvmrc in the install.sh script.
| -rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ cp hgrc $HOME/.hgrc cp hgcompletion.sh $HOME/.hgcompletion.sh cp global.hgignore $HOME/.hgignore cp rake_completion $HOME/.rake_completion +cp rvmrc $HOME/.rvmrc chmod +x $HOME/.rake_completion # Wipe out the current vim config and replace it with this one. |
