diff options
Diffstat (limited to 'common/commandline/starship-plain-text-symbols.toml')
-rw-r--r-- | common/commandline/starship-plain-text-symbols.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/common/commandline/starship-plain-text-symbols.toml b/common/commandline/starship-plain-text-symbols.toml index 32126a0..b6412b4 100644 --- a/common/commandline/starship-plain-text-symbols.toml +++ b/common/commandline/starship-plain-text-symbols.toml | |||
@@ -73,6 +73,9 @@ symbol = "gcp " | |||
73 | [git_branch] | 73 | [git_branch] |
74 | symbol = "git " | 74 | symbol = "git " |
75 | 75 | ||
76 | [gleam] | ||
77 | symbol = "gleam " | ||
78 | |||
76 | [golang] | 79 | [golang] |
77 | symbol = "go " | 80 | symbol = "go " |
78 | 81 | ||
@@ -106,6 +109,9 @@ symbol = "memory " | |||
106 | [meson] | 109 | [meson] |
107 | symbol = "meson " | 110 | symbol = "meson " |
108 | 111 | ||
112 | [nats] | ||
113 | symbol = "nats " | ||
114 | |||
109 | [nim] | 115 | [nim] |
110 | symbol = "nim " | 116 | symbol = "nim " |
111 | 117 | ||
@@ -119,7 +125,9 @@ symbol = "ml " | |||
119 | symbol = "opa " | 125 | symbol = "opa " |
120 | 126 | ||
121 | [os.symbols] | 127 | [os.symbols] |
128 | AIX = "aix " | ||
122 | Alpaquita = "alq " | 129 | Alpaquita = "alq " |
130 | AlmaLinux = "alma " | ||
123 | Alpine = "alp " | 131 | Alpine = "alp " |
124 | Amazon = "amz " | 132 | Amazon = "amz " |
125 | Android = "andr " | 133 | Android = "andr " |
@@ -136,6 +144,7 @@ Garuda = "garu " | |||
136 | Gentoo = "gent " | 144 | Gentoo = "gent " |
137 | HardenedBSD = "hbsd " | 145 | HardenedBSD = "hbsd " |
138 | Illumos = "lum " | 146 | Illumos = "lum " |
147 | Kali = "kali " | ||
139 | Linux = "lnx " | 148 | Linux = "lnx " |
140 | Mabox = "mbox " | 149 | Mabox = "mbox " |
141 | Macos = "mac " | 150 | Macos = "mac " |
@@ -154,11 +163,14 @@ Pop = "pop " | |||
154 | Raspbian = "rasp " | 163 | Raspbian = "rasp " |
155 | Redhat = "rhl " | 164 | Redhat = "rhl " |
156 | RedHatEnterprise = "rhel " | 165 | RedHatEnterprise = "rhel " |
166 | RockyLinux = "rky " | ||
157 | Redox = "redox " | 167 | Redox = "redox " |
158 | Solus = "sol " | 168 | Solus = "sol " |
159 | SUSE = "suse " | 169 | SUSE = "suse " |
160 | Ubuntu = "ubnt " | 170 | Ubuntu = "ubnt " |
171 | Ultramarine = "ultm " | ||
161 | Unknown = "unk " | 172 | Unknown = "unk " |
173 | Void = "void " | ||
162 | Windows = "win " | 174 | Windows = "win " |
163 | 175 | ||
164 | [package] | 176 | [package] |
@@ -182,6 +194,9 @@ symbol = "purs " | |||
182 | [python] | 194 | [python] |
183 | symbol = "py " | 195 | symbol = "py " |
184 | 196 | ||
197 | [quarto] | ||
198 | symbol = "quarto " | ||
199 | |||
185 | [raku] | 200 | [raku] |
186 | symbol = "raku " | 201 | symbol = "raku " |
187 | 202 | ||
@@ -209,6 +224,9 @@ symbol = "sudo " | |||
209 | [swift] | 224 | [swift] |
210 | symbol = "swift " | 225 | symbol = "swift " |
211 | 226 | ||
227 | [typst] | ||
228 | symbol = "typst " | ||
229 | |||
212 | [terraform] | 230 | [terraform] |
213 | symbol = "terraform " | 231 | symbol = "terraform " |
214 | 232 | ||