-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
92 lines (72 loc) · 1.73 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
"$schema" = 'https://starship.rs/config-schema.json'
continuation_prompt = "▶▶"
# add_newline = false
format = """\
╭╴$all$aws${env_var.AWS_ACCOUNT_ALIAS}$cmd_duration$line_break\
╰─$jobs$sudo$character"""
command_timeout=1000
# right_format = """$status"""
# Replace the "❯" symbol in the prompt with "➜"
[character]
success_symbol = "[➤](bold green)"
error_symbol = "[➤](bold red)"
[docker_context]
disabled=true
[nodejs]
disabled=true
[java]
disabled=true
[rust]
disabled=true
[package]
disabled=true
# don't display python version info
# but do display it if we're using virtualenv?
[python]
detect_files=[]
detect_extensions=[]
[username]
# show_always=true
# style_user="fg:208"
style_user="blue"
[directory]
truncate_to_repo=false
# home_symbol = ""
truncation_symbol = "…"
truncation_length = 4
style="fg:208"
[git_branch]
# symbol = " "
# format = "on [$symbol$branch]($style) "
# truncation_length = 20
# truncation_symbol = "…"
style = "blue"
[git_status]
# format = '[\($all_status$ahead_behind\)]($style) '
# style = "bold green"
# conflicted = "🏳"
# up_to_date = " "
# untracked = "[](bold red) "
untracked = ""
# ahead = "⇡${count}"
# diverged = "⇕⇡${ahead_count}⇣${behind_count}"
# behind = "⇣${count}"
stashed = "\\$${count}"
# modified = "[]($bold red) "
# staged = '[++\($count\)](green)'
# renamed = "襁 "
# deleted = " "
[golang]
disabled = true
[ruby]
disabled = true
[env_var.SOLR_HOST]
description = "The SOLR_HOST discovery tooling will use"
format = '[$env_value](fg:red) '
[aws]
format = 'on [$symbol(\[$duration\] )($profile )]($style)'
style = 'yellow'
[env_var.AWS_ACCOUNT_ALIAS]
description = "The local account alias"
format = "[$env_value]($style) "
style = 'yellow'