1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 12:40:44 +00:00

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
prompt_rbenv() {
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
}