Skip to content

Commit b02956f

Browse files
Konsonanzjedahan
authored andcommitted
Refactor geometry_git_symbol into geometry_git
1 parent ac8b0fa commit b02956f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

functions/geometry_git

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ geometry_git_remote() {
5050
echo "$unpushed $unpulled"
5151
}
5252

53-
geometry_git_symbol() { echo ${(j: :):-$(geometry_git_rebase) $(geometry_git_remote)}; }
54-
5553
geometry_git_conflicts() {
5654
local _grep
5755
local conflicts conflict_list
@@ -87,7 +85,8 @@ geometry_git() {
8785
&& return
8886

8987
local git_info && git_info=(
90-
geometry_git_symbol
88+
geometry_git_rebase
89+
geometry_git_remote
9190
geometry_git_branch
9291
geometry_git_conflicts
9392
geometry_git_time

0 commit comments

Comments
 (0)