-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
59 lines (49 loc) · 1.07 KB
/
starship.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
52
53
54
55
56
57
58
59
add_newline = false
format = """
$username$hostname \
$directory\
$git_branch$git_commit$git_state$git_status\
$hg_branch\
$cmake$python$rust\
$custom\
$cmd_duration\
$line_break\
$status$character"""
[username]
style_user = "yellow"
format = "[$user]($style)"
[hostname]
style = "yellow"
format = "[@$hostname]($style)"
[directory]
style = "bold blue"
truncate_to_repo = false
truncation_length = 5
truncation_symbol = "…/"
read_only = " "
[git_branch]
format = "[$symbol$branch]($style) "
symbol = " "
[git_status]
style = "yellow"
conflicted = "=${count}"
untracked = "?${count}"
modified = "!${count}"
staged = "+${count}"
renamed = "»${count}"
deleted = "${count}"
format = "([$ahead_behind$all_status]($style) )"
[hg_branch]
symbol = " "
[cmake]
symbol = "卑"
format = "[$symbol($version )]($style)"
[python]
symbol = " "
python_binary = ["python3", "python", "python2"]
format = "[${symbol}${pyenv_prefix}(${version} )($virtualenv )]($style)"
[rust]
symbol = " "
format = "[$symbol($version )]($style)"
[cmd_duration]
format = "[ $duration]($style) "