mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-24 13:10:07 +00:00
rvm-prompt is now customizable too..
This commit is contained in:
parent
d3125e8b6f
commit
db9b607b0e
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ prompt_rvm() {
|
||||||
local rvm_prompt
|
local rvm_prompt
|
||||||
rvm_prompt=`rvm-prompt`
|
rvm_prompt=`rvm-prompt`
|
||||||
if [ "$rvm_prompt" != "" ]; then
|
if [ "$rvm_prompt" != "" ]; then
|
||||||
left_prompt_segment "240" white "$rvm_prompt "
|
$1_prompt_segment "240" white "$rvm_prompt "
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue