Skip to content

Commit

Permalink
Merge pull request withfig#404 from withfig/tom/prioritizeCurrentBranch
Browse files Browse the repository at this point in the history
[git] Prioritize current branch
  • Loading branch information
QuiiBz authored Jul 23, 2021
2 parents e7558d6 + 7d8459a commit d57ed19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const postProcessBranches: Fig.Generator["postProcess"] = (out) => {
return {
name: elm.replace("*", "").trim(),
description: "current branch",
priority: 100,
icon: "⭐️",
};
} else if (parts[0] === "+") {
Expand Down

0 comments on commit d57ed19

Please sign in to comment.