-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
executable file
·54 lines (41 loc) · 971 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
add_newline = false
# A minimal left prompt
format = """$all"""
# move the rest of the prompt to the right
right_format = """$time"""
[character] # The name of the module we are configuring is "character"
success_symbol = "[✓](bold green)"
error_symbol = "[✗](bold red)"
[cmd_duration]
min_time = 500
format = "⏳[$duration](bold yellow)"
[time]
disabled = false
format = "[$time]($style) "
time_format = "%T"
style = "bold black"
utc_time_offset = "1"
[aws]
disabled = false
format = 'on [$symbol($profile )(\($region\) )]($style)'
style = "bold blue"
symbol = "🅰 "
[docker_context]
disabled = false
format = "[🐋 $context](blue bold) "
[git_commit]
disabled = false
commit_hash_length = 8
tag_symbol = "🔖 "
[git_status]
conflicted = "⚔️ "
[nodejs]
format = "[⬢ $version](bold green) "
[package]
disabled = false
format = "[🎁 $version](208 bold) "
[python]
disabled = false
[status]
disabled = false
format = "[$status]($style) "