mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
commit
dcd7718c62
1 changed files with 5 additions and 3 deletions
|
@ -1365,10 +1365,12 @@ prompt_rspec_stats() {
|
||||||
################################################################
|
################################################################
|
||||||
# Segment to display Ruby Version Manager information
|
# Segment to display Ruby Version Manager information
|
||||||
prompt_rvm() {
|
prompt_rvm() {
|
||||||
local version_and_gemset=${rvm_env_string/ruby-}
|
if [ $commands[rvm-prompt] ]; then
|
||||||
|
local version_and_gemset=${$(rvm-prompt v p)/ruby-}
|
||||||
|
|
||||||
if [[ -n "$version_and_gemset" ]]; then
|
if [[ -n "$version_and_gemset" ]]; then
|
||||||
"$1_prompt_segment" "$0" "$2" "grey35" "$DEFAULT_COLOR" "$version_and_gemset" 'RUBY_ICON'
|
"$1_prompt_segment" "$0" "$2" "240" "$DEFAULT_COLOR" "$version_and_gemset" 'RUBY_ICON'
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue