mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Fix MM lines being read correctly
This commit is contained in:
		
							parent
							
								
									d99284f6b5
								
							
						
					
					
						commit
						3eae652a6d
					
				@ -49,7 +49,7 @@ custom_git_prompt_status() {
 | 
			
		||||
  if $(echo "$INDEX" | grep '^R' &> /dev/null); then
 | 
			
		||||
    STATUS="$ZSH_THEME_GIT_PROMPT_STAGED_RENAMED$STATUS"
 | 
			
		||||
  fi
 | 
			
		||||
  if $(echo "$INDEX" | grep '^M  ' &> /dev/null); then
 | 
			
		||||
  if $(echo "$INDEX" | grep '^M' &> /dev/null); then
 | 
			
		||||
    STATUS="$ZSH_THEME_GIT_PROMPT_STAGED_MODIFIED$STATUS"
 | 
			
		||||
  fi
 | 
			
		||||
  if $(echo "$INDEX" | grep '^A' &> /dev/null); then
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user