-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
64 lines (53 loc) · 1.04 KB
/
Copy pathstarship.toml
File metadata and controls
64 lines (53 loc) · 1.04 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
add_newline = true
format = """
$os\
$username\
$hostname\
$directory\
$git_branch\
$git_status\
$cmd_duration\
$line_break\
$character\
"""
[os]
disabled = false
style = "bg:#D03E35 fg:#000000 bold"
format = "[ $symbol ]($style)"
[os.symbols]
Arch = ""
Linux = ""
Ubuntu = ""
Macos = ""
[username]
show_always = true
style_user = "bold #D03E35"
style_root = "bold #ff0000"
format = "[ $user]($style)"
[hostname]
ssh_only = false
style = "bold #444444"
format = "[@$hostname]($style) "
trim_at = ""
[directory]
style = "#E0E0E0"
truncation_length = 3
truncation_symbol = "…/"
read_only = " "
format = "[ \\[$path\\]]($style)($read_only) "
[git_branch]
symbol = " "
style = "bold #666666"
format = "[$symbol$branch]($style) "
[git_status]
style = "bold #D03E35"
format = "([$all_status$ahead_behind]($style) )"
[cmd_duration]
min_time = 2000
style = "bold #E0E0E0"
format = "[ \\[ $duration\\]]($style) "
[line_break]
disabled = false
[character]
success_symbol = "[└─>](bold #D03E35)"
error_symbol = "[└─ ](bold #ff0000)"