mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	fix(prompt): quote ruby prompt (#12195)
This commit is contained in:
		
							parent
							
								
									bebd9ea59f
								
							
						
					
					
						commit
						70bf12402c
					
				@ -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)"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user