summaryrefslogtreecommitdiffstats
path: root/common/commandline/starship-plain-text-symbols.toml
diff options
context:
space:
mode:
Diffstat (limited to 'common/commandline/starship-plain-text-symbols.toml')
-rw-r--r--common/commandline/starship-plain-text-symbols.toml143
1 files changed, 143 insertions, 0 deletions
diff --git a/common/commandline/starship-plain-text-symbols.toml b/common/commandline/starship-plain-text-symbols.toml
new file mode 100644
index 0000000..d152423
--- /dev/null
+++ b/common/commandline/starship-plain-text-symbols.toml
@@ -0,0 +1,143 @@
1[character]
2success_symbol = "[>](bold green)"
3error_symbol = "[x](bold red)"
4vimcmd_symbol = "[<](bold green)"
5
6[git_commit]
7tag_symbol = " tag "
8
9[git_status]
10ahead = ">"
11behind = "<"
12diverged = "<>"
13renamed = "r"
14deleted = "x"
15
16[aws]
17symbol = "aws "
18
19[bun]
20symbol = "bun "
21
22[c]
23symbol = "C "
24
25[cobol]
26symbol = "cobol "
27
28[conda]
29symbol = "conda "
30
31[crystal]
32symbol = "cr "
33
34[cmake]
35symbol = "cmake "
36
37[daml]
38symbol = "daml "
39
40[dart]
41symbol = "dart "
42
43[deno]
44symbol = "deno "
45
46[dotnet]
47symbol = ".NET "
48
49[directory]
50read_only = " ro"
51
52[docker_context]
53symbol = "docker "
54
55[elixir]
56symbol = "exs "
57
58[elm]
59symbol = "elm "
60
61[git_branch]
62symbol = "git "
63
64[golang]
65symbol = "go "
66
67[hg_branch]
68symbol = "hg "
69
70[java]
71symbol = "java "
72
73[julia]
74symbol = "jl "
75
76[kotlin]
77symbol = "kt "
78
79[lua]
80symbol = "lua "
81
82[nodejs]
83symbol = "nodejs "
84
85[memory_usage]
86symbol = "memory "
87
88[meson]
89symbol = "meson "
90
91[nim]
92symbol = "nim "
93
94[nix_shell]
95symbol = "nix "
96
97[ocaml]
98symbol = "ml "
99
100[package]
101symbol = "pkg "
102
103[perl]
104symbol = "pl "
105
106[php]
107symbol = "php "
108
109[pulumi]
110symbol = "pulumi "
111
112[purescript]
113symbol = "purs "
114
115[python]
116symbol = "py "
117
118[raku]
119symbol = "raku "
120
121[ruby]
122symbol = "rb "
123
124[rust]
125symbol = "rs "
126
127[scala]
128symbol = "scala "
129
130[spack]
131symbol = "spack "
132
133[sudo]
134symbol = "sudo "
135
136[swift]
137symbol = "swift "
138
139[terraform]
140symbol = "terraform "
141
142[zig]
143symbol = "zig "