mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
fix rbenv_prompt_info prefix/suffix
This commit is contained in:
parent
75b9030f48
commit
ba958c42eb
2 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ function theme_precmd {
|
|||
PR_PWDLEN=""
|
||||
|
||||
local promptsize=${#${(%):---(%n@%m:%l)---()--}}
|
||||
local rubyprompt=`rvm_prompt_info || rbenv_prompt_info`
|
||||
local rubyprompt="`rvm_prompt_info || rbenv_prompt_info`"
|
||||
local rubypromptsize=${#${rubyprompt}}
|
||||
local pwdsize=${#${(%):-%~}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue