Skip to content

Commit

Permalink
Add source command to chruby-install
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Csuhta authored and Corey Csuhta committed Apr 13, 2015
1 parent 0f81ea2 commit 81a1602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ alias fr="foreman run"
# Install a version of MRI with ruby-install
function chruby-install {
ruby-install --src-dir /tmp --cleanup --no-install-deps ruby $1 && \
source ~/.profile && \
chruby $1 && \
gem install rails rake bundler rack
}
Expand Down

0 comments on commit 81a1602

Please sign in to comment.