-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
39 lines (32 loc) · 855 Bytes
/
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
format = """
[\ue0be](fg:#cbc6cc)\
[\ue0b8](fg:#cbc6cc bg:#fe9954)\
[\ue0b8](fg:#fe9954 bg:#61bf99)\
[\ue0b8](fg:#61bf99 bg:#6292e9)\
[\ue0b8](fg:#6292e9 bg:#fb5458)\
[\ue0b8](fg:#fb5458 bg:#95caee)\
[\ue0b8](fg:#95caee bg:#fdd162)\
[\ue0b8](fg:#fdd162 bg:#8c67aa)\
[\ue0b8](fg:#8c67aa bg:#e08696)\
[\ue0b8](fg:#e08696 bg:#444444)\
$directory\
[\ue0b0 ](fg:#444444)
"""
right_format = "$all([\ue0b2](fg:#444444)[ ](bg:#444444)$python$cmd_duration[ ](bg:#444444))"
[directory]
style = "fg:#ffffff bg:#444444"
format = "[ $path ]($style)"
truncation_symbol = "\u2026/"
truncate_to_repo=false
[character]
disabled = true
[battery]
disabled = true
[cmd_duration]
format = "[$duration ](fg:#fdd162 bg:#444444)"
disabled = false
[python]
symbol = "\ue235 "
format = "[$symbol$virtualenv ](fg:#6292e9 bg:#444444)"
detect_extensions = []
detect_files = []