Added the "visual identifier" concept to the `rbenv` segment.

pull/22/head
Dominik Ritter 9 years ago
parent 4fc59fd57c
commit 409303f45d

@ -556,7 +556,7 @@ prompt_nvm() {
# rbenv information # rbenv information
prompt_rbenv() { prompt_rbenv() {
if [[ -n "$RBENV_VERSION" ]]; then if [[ -n "$RBENV_VERSION" ]]; then
"$1_prompt_segment" "$0" "red" "$DEFAULT_COLOR" "$RBENV_VERSION" "$1_prompt_segment" "$0" "red" "$DEFAULT_COLOR" "$RBENV_VERSION" 'RUBY_ICON'
fi fi
} }

Loading…
Cancel
Save