-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
51 lines (38 loc) · 1011 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
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# stauscCdeOfPreviousCommand time name@location:~/working/dir (branch)$
add_newline = false
format = '$status$time$all$git_branch$git_status\$ '
[status]
disabled = false
format = '[$status]($style) '
recognize_signal_code = false
success_symbol = '0'
style = 'white'
map_symbol = true
[time]
disabled = false
format = '[$time]($style) '
style = 'white'
[line_break]
disabled = true
[directory]
format = '[$path]($style)[$read_only]($read_only_style) '
truncation_length = 5
style = 'blue'
[git_branch]
format = '[$branch(:$remote_branch)]($style) '
[aws]
format = '[($profile )(\($region\) )(\[$duration\] )]($style)'
style = 'yellow'
region_aliases = { us-west-2 = '' }
[lua]
disabled = true
[character]
disabled = true
[docker_context]
disabled = true
[nodejs]
symbol = "📜 "
[gcloud]
disabled = true