fish: Don't show unpushed tags in status
This commit is contained in:
		
							parent
							
								
									17019aef9d
								
							
						
					
					
						commit
						d1d4e2da8d
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -51,6 +51,7 @@ end
 | 
				
			||||||
function _fish_prompt_git_unpushed_branches
 | 
					function _fish_prompt_git_unpushed_branches
 | 
				
			||||||
    timeout 5s git log \
 | 
					    timeout 5s git log \
 | 
				
			||||||
      --branches \
 | 
					      --branches \
 | 
				
			||||||
 | 
					      --decorate-refs-exclude=refs/tags \
 | 
				
			||||||
      --simplify-by-decoration \
 | 
					      --simplify-by-decoration \
 | 
				
			||||||
      --not \
 | 
					      --not \
 | 
				
			||||||
      --remotes \
 | 
					      --remotes \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue