| 
					
					
						
							
						
					
					
				 | 
				@ -111,7 +111,7 @@ __prompt_command() { | 
			
		
		
	
		
			
				 | 
				 | 
				                else | 
				 | 
				 | 
				                else | 
			
		
		
	
		
			
				 | 
				 | 
				                    tag_release=`git describe --exact-match --tags $(git log -n1 --pretty='%h')` | 
				 | 
				 | 
				                    tag_release=`git describe --exact-match --tags $(git log -n1 --pretty='%h')` | 
			
		
		
	
		
			
				 | 
				 | 
				                    if [[ -z $tag_release ]];then | 
				 | 
				 | 
				                    if [[ -z $tag_release ]];then | 
			
		
		
	
		
			
				 | 
				 | 
				                      PS1+="{Red}✔" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                      PS1+="${Red}✔" | 
			
		
		
	
		
			
				 | 
				 | 
				                    else | 
				 | 
				 | 
				                    else | 
			
		
		
	
		
			
				 | 
				 | 
				                      PS1+="${Gre}✔${R}|${Blu}${tag_release}" | 
				 | 
				 | 
				                      PS1+="${Gre}✔${R}|${Blu}${tag_release}" | 
			
		
		
	
		
			
				 | 
				 | 
				                    fi | 
				 | 
				 | 
				                    fi | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |