From d1d4e2da8d6a38d58467a051cf610a98b52281ed Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 11 Feb 2025 16:51:28 -0300 Subject: [PATCH] fish: Don't show unpushed tags in status --- user/fish/fish_prompt.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/user/fish/fish_prompt.fish b/user/fish/fish_prompt.fish index e5784bd..ec7774e 100644 --- a/user/fish/fish_prompt.fish +++ b/user/fish/fish_prompt.fish @@ -51,6 +51,7 @@ end function _fish_prompt_git_unpushed_branches timeout 5s git log \ --branches \ + --decorate-refs-exclude=refs/tags \ --simplify-by-decoration \ --not \ --remotes \