| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -115,7 +115,7 @@ __prompt_command() { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            else | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                local ahead=$(git rev-list --branches --not --remotes |wc -l) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                if [[ $ahead -ne 0 ]]; then | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    PS1+="⚡|${tag_release}${Blu}↑${ahead}" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    PS1+="⚡|${tag_release}${Cya}↑${ahead}" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                else | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    if [[ -z $tag_release ]];then | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                      PS1+="${Blu}✔" | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |