mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	fix(aws): set properly set divider to space
Closes #11649 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
		
							parent
							
								
									5d3e86e2a4
								
							
						
					
					
						commit
						343c78ae91
					
				@ -229,7 +229,7 @@ function aws_prompt_info() {
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
  if [[ -n $AWS_REGION ]]; then
 | 
			
		||||
    [[ -n $AWS_PROFILE ]] && _aws_to_show+="${ZSH_THEME_AWS_DIVIDER=' '}"
 | 
			
		||||
    [[ -n $AWS_PROFILE ]] && _aws_to_show+="${ZSH_THEME_AWS_DIVIDER=" "}"
 | 
			
		||||
    _aws_to_show+="${ZSH_THEME_AWS_REGION_PREFIX="<region:"}${region}${ZSH_THEME_AWS_REGION_SUFFIX=">"}"
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user