-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
138 lines (125 loc) · 2.22 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# See: https://starship.rs/config
# Colors
# See: https://starship.rs/advanced-config/#style-strings
# - Terminal colors: black, red, green, blue, yellow, purple, cyan, white
# - You can optionally prefix these with bright- to get the bright version
# Add newline after each prompt
add_newline = true
command_timeout = 750
# Replace the success/error characters
[character]
success_symbol = "[➜](green)"
error_symbol = "[✗](red)"
# Disable unused modules
[battery]
disabled = true
[cmake]
disabled = true
[cobol]
disabled = true
[conda]
disabled = true
[crystal]
disabled = true
[dart]
disabled = true
[deno]
disabled = true
[dotnet]
disabled = true
[elixir]
disabled = true
[elm]
disabled = true
[gcloud]
disabled = true
[helm]
disabled = true
[java]
disabled = true
[julia]
disabled = true
[kotlin]
disabled = true
[lua]
disabled = true
[nim]
disabled = true
[nix_shell]
disabled = true
[ocaml]
disabled = true
[openstack]
disabled = true
[package]
disabled = true
[perl]
disabled = true
[php]
disabled = true
[purescript]
disabled = true
[rlang]
disabled = true
[red]
disabled = true
[ruby]
disabled = true
[rust]
disabled = true
[scala]
disabled = true
[singularity]
disabled = true
[swift]
disabled = true
[vagrant]
disabled = true
[vlang]
disabled = true
[vcsh]
disabled = true
[zig]
disabled = true
# Configure aws module
[aws]
format = '[$symbol($profile )(\($region\) )(\[$duration\])]($style)'
style = "white"
symbol = ""
# Configure cmd_duration module
[cmd_duration]
min_time = 500
format = "[$duration](yellow)"
# Configure directory module
[directory]
style = "cyan"
truncate_to_repo = false
# Configure git_branch module
[git_branch]
style = "purple"
symbol = ""
truncation_length = 36
truncation_symbol = ""
# Configure golang module
[golang]
format = "[go$version](white) "
version_format = "${raw}"
# Configure nodejs module
[nodejs]
format = "[node$version](white) "
version_format = "${raw}"
# Configure python module
[python]
format = "[python$version](white) "
version_format = "${raw}"
# Configure shell module
[shell]
bash_indicator = ""
zsh_indicator = ""
format = "$indicator"
unknown_indicator = "?shell"
disabled = false
# Configure terraform module
[terraform]
format = "[terraform$version](white) "
version_format = "${raw}"