-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
126 lines (96 loc) · 1.72 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
format = """
$username\
$hostname\
$directory\
$aws\
$git_branch\
$git_commit\
$git_state\
$git_status\
$cmd_duration\
$line_break\
$python\
$nodejs\
$character"""
right_format = """
$duration\
$shlvl\
$status\
$time"""
[time]
disabled = false
format = '[ $time ](fg:33) '
[directory]
style = "blue"
read_only = " "
[character]
success_symbol = "[λ](purple)"
error_symbol = "[λ](red)"
vicmd_symbol = "[❮](green)"
[git_branch]
format = "[$symbol$branch]($style) "
style = "bright-black"
symbol = " "
[git_commit]
tag_disabled = false
format = "[$hash$tag]($style) "
[git_status]
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
style = "cyan"
stashed = "≡"
[git_state]
format = '\([$state( $progress_current/$progress_total)]($style)\) '
style = "bright-black"
[cmd_duration]
format = "[$duration]($style) "
style = "yellow"
show_notifications = true
[python]
format = "[$virtualenv]($style) "
style = "bright-black"
[aws]
format = '[$symbol($profile )(\($region\) )]($style)'
style = "bold blue"
symbol = " "
[aws.region_aliases]
ap-southeast-2 = "apse2"
us-west-2 = "usw2"
[status]
format = '[$symbol $common_meaning$signal_name$maybe_int]($style) '
map_symbol = true
disabled = false
[shlvl]
style = "cyan"
disabled = false
format = "SHLVL=$shlvl "
threshold = 3
[conda]
symbol = " "
[dart]
symbol = " "
[docker_context]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[golang]
symbol = " "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[memory_usage]
symbol = " "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[nodejs]
symbol = " "
[package]
symbol = " "
[rust]
symbol = " "