Skip to content

Commit

Permalink
multiple versions could occur and should also be highlighted
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxbil committed Dec 29, 2011
1 parent 3e9493f commit 967e84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rvm/rvm.plugin.zsh
Expand Up @@ -37,7 +37,7 @@ function gems {
local current_gemset=`rvm-prompt g`

gem list $@ | sed \
-Ee "s/\([0-9\.]+( .+)?\)/$fg[blue]&$reset_color/g" \
-Ee "s/\([0-9, \.]+( .+)?\)/$fg[blue]&$reset_color/g" \
-Ee "s|$(echo $rvm_path)|$fg[magenta]\$rvm_path$reset_color|g" \
-Ee "s/$current_ruby@global/$fg[yellow]&$reset_color/g" \
-Ee "s/$current_ruby$current_gemset$/$fg[green]&$reset_color/g"
Expand Down

0 comments on commit 967e84e

Please sign in to comment.