From 33b79ad067fe267b7f6f5c2f1f90bef51429e37d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 9 Apr 2014 14:34:20 +0200 Subject: Added the .rvmrc in the install.sh script. --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 5b73879..2111595 100755 --- a/install.sh +++ b/install.sh @@ -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. -- cgit v1.2.3