Use branch icon in gh spec

This commit is contained in:
Daniel Imms
2025-08-24 12:47:41 -07:00
parent 885a41a029
commit dfb5c1a7e2
2 changed files with 5 additions and 1 deletions

View File

@@ -47,6 +47,10 @@ const specSpecificReplaceStrings = new Map([
[
'description: repo.description,',
'description: repo.description ?? undefined,'
],
[
'icon: "fig://icon?type=git"',
'icon: "vscode://icon?type=11"'
]
]],
['git', [

View File

@@ -40,7 +40,7 @@ const postProcessRemoteBranches: Fig.Generator["postProcess"] = (out) => {
return {
name,
description: "Branch",
icon: "fig://icon?type=git",
icon: "vscode://icon?type=11",
priority: 75,
};
});