summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2024-03-21 12:39:28 +0100
committerGitHub <noreply@github.com>2024-03-21 12:39:28 +0100
commitdf65b2155f92c03d07cabbcee6c92104a878c963 (patch)
tree18c5afce7761c29069ed0a1e571a4a9521d5a883 /docs/config/README.md
parentd308e918ee014f4ca9976683e79e819afd8160f7 (diff)
feat(os): add new os symbols (#5849)
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 0719540fd..e7c231fce 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -3173,7 +3173,9 @@ If you would like an operating system to be added, feel free to open a [feature
```toml
# This is the default symbols table.
[os.symbols]
+AIX = "โžฟ "
Alpaquita = "๐Ÿ”” "
+AlmaLinux = "๐Ÿ’  "
Alpine = "๐Ÿ”๏ธ "
Amazon = "๐Ÿ™‚ "
Android = "๐Ÿค– "
@@ -3190,6 +3192,7 @@ Garuda = "๐Ÿฆ… "
Gentoo = "๐Ÿ—œ๏ธ "
HardenedBSD = "๐Ÿ›ก๏ธ "
Illumos = "๐Ÿฆ "
+Kali = "๐Ÿ‰ "
Linux = "๐Ÿง "
Mabox = "๐Ÿ“ฆ "
Macos = "๐ŸŽ "
@@ -3208,11 +3211,14 @@ Pop = "๐Ÿญ "
Raspbian = "๐Ÿ“ "
Redhat = "๐ŸŽฉ "
RedHatEnterprise = "๐ŸŽฉ "
+RockyLinux = "๐Ÿ’  "
Redox = "๐Ÿงช "
Solus = "โ›ต "
SUSE = "๐ŸฆŽ "
Ubuntu = "๐ŸŽฏ "
+Ultramarine = "๐Ÿ”ท "
Unknown = "โ“ "
+Void = "๎Š™ "
Windows = "๐ŸชŸ "
```