mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
Added the "visual identifier" concept to the rvm segment.
This commit is contained in:
parent
fd0fcba5e9
commit
d514b077d0
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ prompt_rvm() {
|
||||||
local version=$(echo $MY_RUBY_HOME | awk -F'-' '{print $2}')
|
local version=$(echo $MY_RUBY_HOME | awk -F'-' '{print $2}')
|
||||||
|
|
||||||
if [[ -n "$version$gemset" ]]; then
|
if [[ -n "$version$gemset" ]]; then
|
||||||
"$1_prompt_segment" "$0" "240" "$DEFAULT_COLOR" "$version$gemset $(print_icon 'RUBY_ICON') "
|
"$1_prompt_segment" "$0" "240" "$DEFAULT_COLOR" "$version$gemset" 'RUBY_ICON'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue