mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Don't show useless '[]' when chruby_prompt_info is empty
This commit is contained in:
		
							parent
							
								
									ca90021630
								
							
						
					
					
						commit
						d3babe0d79
					
				@ -18,7 +18,7 @@ else
 | 
				
			|||||||
  if which rbenv &> /dev/null; then
 | 
					  if which rbenv &> /dev/null; then
 | 
				
			||||||
    RPS1='$(git_custom_status)%{$fg[red]%}[`rbenv version | sed -e "s/ (set.*$//"`]%{$reset_color%} $EPS1'
 | 
					    RPS1='$(git_custom_status)%{$fg[red]%}[`rbenv version | sed -e "s/ (set.*$//"`]%{$reset_color%} $EPS1'
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    if which chruby_prompt_info &> /dev/null; then
 | 
					    if [[ -n `which chruby_prompt_info` && -n `chruby_prompt_info` ]]; then
 | 
				
			||||||
      RPS1='$(git_custom_status)%{$fg[red]%}[`chruby_prompt_info`]%{$reset_color%} $EPS1'
 | 
					      RPS1='$(git_custom_status)%{$fg[red]%}[`chruby_prompt_info`]%{$reset_color%} $EPS1'
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
      RPS1='$(git_custom_status) $EPS1'
 | 
					      RPS1='$(git_custom_status) $EPS1'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user