Skip to content

Commit

Permalink
Display gemset by default in rvm-prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Mar 12, 2010
1 parent c337bff commit 0adaf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binscripts/rvm-prompt
Expand Up @@ -30,6 +30,7 @@ if [[ ! -z "$(which ruby 2>/dev/null | awk '/rvm/{print}')" ]] ; then
add "interpreter"
add "version"
add "patchlevel"
add "gemset"
fi

ruby_string=$(dirname "$(which ruby 2>/dev/null)" | xargs dirname | xargs basename)
Expand Down Expand Up @@ -86,4 +87,3 @@ if [[ ! -z "$(which ruby 2>/dev/null | awk '/rvm/{print}')" ]] ; then
fi

exit 0

0 comments on commit 0adaf58

Please sign in to comment.