mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02:00
Add icons for some git remotes
This commit is contained in:
@@ -23,6 +23,16 @@ var remoteIcons = map[string]string{
|
|||||||
"bitbucket.org": "\ue703", //
|
"bitbucket.org": "\ue703", //
|
||||||
"gitlab.com": "\uf296", //
|
"gitlab.com": "\uf296", //
|
||||||
"dev.azure.com": "\U000f0805", //
|
"dev.azure.com": "\U000f0805", //
|
||||||
|
"codeberg.org": "\uf330", //
|
||||||
|
"git.FreeBSD.org": "\uf30c", //
|
||||||
|
"gitlab.archlinux.org": "\uf303", //
|
||||||
|
"gitlab.freedesktop.org": "\uf360", //
|
||||||
|
"gitlab.gnome.org": "\uf361", //
|
||||||
|
"gnu.org": "\ue779", //
|
||||||
|
"invent.kde.org": "\uf373", //
|
||||||
|
"kernel.org": "\uf31a", //
|
||||||
|
"salsa.debian.org": "\uf306", //
|
||||||
|
"sr.ht": "\uf1db", //
|
||||||
}
|
}
|
||||||
|
|
||||||
func patchGitIconsForNerdFontsV2() {
|
func patchGitIconsForNerdFontsV2() {
|
||||||
|
Reference in New Issue
Block a user