-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
69 lines (56 loc) · 1.45 KB
/
Copy pathstarship.toml
File metadata and controls
69 lines (56 loc) · 1.45 KB
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
60
61
62
63
64
65
66
67
68
format = """
[╭─](bold #7aa2f7)$username$hostname$directory$git_branch$git_status$cmd_duration$nodejs$rust$python
[╰─](bold #7aa2f7)❯ $character
"""
add_newline = false
[character]
success_symbol = "[❯](bold #9ece6a)"
error_symbol = "[❯](bold #f7768e)"
vicmd_symbol = "[❮](bold #7aa2f7)"
[username]
style_user = "bold #7dcfff"
style_root = "bold #f7768e"
format = "[$user]($style)"
show_always = true
[hostname]
ssh_only = false
style = "bold #bb9af7"
format = "[@$hostname]($style) "
[directory]
style = "bold #e0af68"
format = "[$path]($style) "
truncation_length = 3
truncate_to_repo = false
[git_branch]
symbol = " "
style = "bold #7aa2f7"
format = "on [$symbol$branch]($style) "
[git_status]
style = "bold #e0af68"
format = '([$all_status$ahead_behind]($style) )'
[cmd_duration]
min_time = 1500
format = "took [$duration](bold #9ece6a) "
# -----------programming languages-------------------------
# Not every programming language I use is included here
[c]
symbol = " "
style = "bold #9ece6a"
format = "via [$symbol$version]($style) "
[nodejs]
symbol = " "
style = "bold #9ece6a"
format = "via [$symbol$version]($style) "
[rust]
symbol = "🦀 "
style = "bold #ff9e64"
format = "via [$symbol$version]($style) "
[python]
symbol = " "
style = "bold #9ece6a"
format = "via [$symbol$version]($style) "
# ---------------------------------------------------------
[time]
disabled = false
format = "[$time](bold #565f89) "
time_format = "%R"