mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
rvm: Only show version and patchset
This commit is contained in:
parent
1da5fd2ed7
commit
a41f2e81ae
1 changed files with 1 additions and 1 deletions
|
@ -1365,7 +1365,7 @@ prompt_rspec_stats() {
|
|||
################################################################
|
||||
# Segment to display Ruby Version Manager information
|
||||
prompt_rvm() {
|
||||
local version_and_gemset=${$(rvm-prompt)/ruby-}
|
||||
local version_and_gemset=${$(rvm-prompt v p)/ruby-}
|
||||
|
||||
if [[ -n "$version_and_gemset" ]]; then
|
||||
"$1_prompt_segment" "$0" "$2" "240" "$DEFAULT_COLOR" "$version_and_gemset" 'RUBY_ICON'
|
||||
|
|
Loading…
Reference in a new issue