mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(os): add new os symbols (#5849)
This commit is contained in:
@@ -88,6 +88,7 @@ symbol = " "
|
||||
[os.symbols]
|
||||
Alpaquita = " "
|
||||
Alpine = " "
|
||||
AlmaLinux = " "
|
||||
Amazon = " "
|
||||
Android = " "
|
||||
Arch = " "
|
||||
@@ -103,6 +104,7 @@ Garuda = " "
|
||||
Gentoo = " "
|
||||
HardenedBSD = " "
|
||||
Illumos = " "
|
||||
Kali = " "
|
||||
Linux = " "
|
||||
Mabox = " "
|
||||
Macos = " "
|
||||
@@ -119,11 +121,13 @@ Pop = " "
|
||||
Raspbian = " "
|
||||
Redhat = " "
|
||||
RedHatEnterprise = " "
|
||||
RockyLinux = " "
|
||||
Redox = " "
|
||||
Solus = " "
|
||||
SUSE = " "
|
||||
Ubuntu = " "
|
||||
Unknown = " "
|
||||
Void = " "
|
||||
Windows = " "
|
||||
|
||||
[package]
|
||||
|
||||
@@ -119,7 +119,9 @@ symbol = "ml "
|
||||
symbol = "opa "
|
||||
|
||||
[os.symbols]
|
||||
AIX = "aix "
|
||||
Alpaquita = "alq "
|
||||
AlmaLinux = "alma "
|
||||
Alpine = "alp "
|
||||
Amazon = "amz "
|
||||
Android = "andr "
|
||||
@@ -136,6 +138,7 @@ Garuda = "garu "
|
||||
Gentoo = "gent "
|
||||
HardenedBSD = "hbsd "
|
||||
Illumos = "lum "
|
||||
Kali = "kali "
|
||||
Linux = "lnx "
|
||||
Mabox = "mbox "
|
||||
Macos = "mac "
|
||||
@@ -154,11 +157,14 @@ Pop = "pop "
|
||||
Raspbian = "rasp "
|
||||
Redhat = "rhl "
|
||||
RedHatEnterprise = "rhel "
|
||||
Rocky = "rky "
|
||||
Redox = "redox "
|
||||
Solus = "sol "
|
||||
SUSE = "suse "
|
||||
Ubuntu = "ubnt "
|
||||
Ultramarine = "ultm "
|
||||
Unknown = "unk "
|
||||
Void = "void "
|
||||
Windows = "win "
|
||||
|
||||
[package]
|
||||
|
||||
Reference in New Issue
Block a user