Skip to content

Commit

Permalink
add ruby-trunk to RUBIES
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Somerville committed Apr 27, 2013
1 parent bb07783 commit fed2368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then
}
elif [[ -f "/usr/local/opt/chruby/share/chruby/chruby.sh" ]]; then
source "/usr/local/opt/chruby/share/chruby/chruby.sh"
export RUBIES=(~/.rubies/*)
export RUBIES=($HOME/.rubies/* $HOME/code/ruby/ruby-trunk)
function current-ruby {
echo "${RUBY_ROOT##*/}"
}
Expand Down

0 comments on commit fed2368

Please sign in to comment.