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

This commit is contained in:
Dominik Ritter 2015-12-15 02:36:57 +01:00
parent 4fc59fd57c
commit 409303f45d

View file

@ -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
} }