Skip to content

Commit

Permalink
Remove default gem list for RVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncodes committed Dec 3, 2012
1 parent da4ead2 commit 0537ea2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions global.gems

This file was deleted.

4 changes: 0 additions & 4 deletions install.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ do
create_link "$SRC" .bash_profile create_link "$SRC" .bash_profile
create_link "$SRC" .bashrc create_link "$SRC" .bashrc
;; ;;
*/global.gems)
mkdir -p .rvm/gemsets/
create_link "../../$SRC" .rvm/gemsets/global.gems
;;
*) *)
create_link "$SRC" "$DST" create_link "$SRC" "$DST"
;; ;;
Expand Down

0 comments on commit 0537ea2

Please sign in to comment.