fish: Don't show unpushed tags in status
This commit is contained in:
parent
239802be49
commit
c16e116327
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue