fish: Don't show unpushed tags in status

This commit is contained in:
lelgenio 2025-02-11 16:51:28 -03:00
parent 239802be49
commit c16e116327

View file

@ -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 \