fix: Quote ruby prompt

This commit is contained in:
t-a-y-l-o-r 2024-02-03 10:06:11 -08:00
parent bebd9ea59f
commit d5a581991c

View file

@ -40,5 +40,5 @@ ZSH_THEME_RVM_PROMPT_OPTIONS="i v g"
# use this to enable users to see their ruby version, no matter which
# version management system they use
function ruby_prompt_info() {
echo $(rvm_prompt_info || rbenv_prompt_info || chruby_prompt_info)
echo "$(rvm_prompt_info || rbenv_prompt_info || chruby_prompt_info)"
}