-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstarship-root.toml
51 lines (38 loc) · 917 Bytes
/
starship-root.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
format = """
[ ](bold red) $directory(bold white)$git_branch$git_status[#](bold red) """
scan_timeout = 60
add_newline = false
[line_break]
disabled = true
[directory]
style = "bold white"
[cmd_duration]
format = "[$duration]($style) "
[status]
disabled = false
format = "[$symbol $status]($style) "
not_found_symbol = ""
not_executable_symbol = ""
sigint_symbol = "ﭦ"
map_symbol = true
[git_branch]
format = "[$symbol$branch]($style) "
[package]
format = "[$symbol$version]($style) "
symbol = " "
[python]
format = '[${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
symbol = " "
[nodejs]
format = "[$symbol($version )]($style)"
[php]
format = "[$symbol($version )]($style)"
symbol = " "
[java]
format = "[${symbol}(${version} )]($style)"
symbol = " "
[rust]
format = "[$symbol($version )]($style)"
[golang]
format = "[$symbol($version )]($style)"
symbol = " "