tenseleyflow/ndotfiles / 4101820

Browse files

add starship config

Authored by espadonne
SHA
4101820ae9d14f99d5d8af699a785fb407fffbd3
Parents
060157b
Tree
30cbc80

1 changed file

StatusFile+-
A starship/starship.toml 36 0
starship/starship.tomladded
@@ -0,0 +1,36 @@
1
+add_newline = true
2
+
3
+[character]
4
+error_symbol = "[❯](bold red)"
5
+success_symbol = "[❯](bold green)"
6
+
7
+[cmd_duration]
8
+min_time = 2000
9
+style = "bold yellow"
10
+
11
+[directory]
12
+style = "bold cyan"
13
+truncate_to_repo = true
14
+truncation_length = 3
15
+
16
+[git_branch]
17
+style = "bold purple"
18
+symbol = " "
19
+
20
+[git_status]
21
+style = "bold red"
22
+
23
+[golang]
24
+symbol = " "
25
+
26
+[nix_shell]
27
+symbol = " "
28
+
29
+[nodejs]
30
+symbol = " "
31
+
32
+[python]
33
+symbol = " "
34
+
35
+[rust]
36
+symbol = " "