-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstarship.toml
More file actions
55 lines (42 loc) · 867 Bytes
/
Copy pathstarship.toml
File metadata and controls
55 lines (42 loc) · 867 Bytes
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
# Starship prompt configuration
# https://starship.rs/config/
# Timeout for commands executed by starship (ms)
command_timeout = 1000
# Newline between prompt lines
add_newline = true
[character]
success_symbol = "[❯](bold green)"
error_symbol = "[❯](bold red)"
[directory]
truncation_length = 3
truncate_to_repo = true
style = "bold cyan"
[git_branch]
symbol = " "
style = "bold purple"
[git_status]
style = "bold red"
[cmd_duration]
min_time = 2000
format = "took [$duration]($style) "
style = "bold yellow"
[python]
symbol = " "
style = "bold blue"
[nodejs]
symbol = " "
style = "bold green"
[terraform]
symbol = "💠 "
style = "bold 105"
[gcloud]
format = "on [$symbol($project)]($style) "
symbol = "☁️ "
style = "bold blue"
[kubernetes]
disabled = false
symbol = "⎈ "
style = "bold blue"
[docker_context]
symbol = " "
style = "bold blue"