-
Notifications
You must be signed in to change notification settings - Fork 0
/
.starship.toml
55 lines (50 loc) · 897 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
52
53
54
55
# the newline at the start of the prompt
add_newline = true
# Overwrite a default_prompt_order and use custom prompt_order
format = """\
$username\
$hostname\
$kubernetes\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status\
$hg_branch\
$package\
$dotnet\
$elm\
$golang\
$haskell\
$java\
$nodejs\
$php\
$python\
$ruby\
$rust\
$terraform\
$nix_shell\
$conda\
$memory_usage\
$aws\
$env_var\
$crystal\
$cmd_duration\
$line_break\
$jobs\
$battery\
$time\
$character\
"""
# Wait 60 milliseconds for starship to check files under the current directory.
scan_timeout = 120
[character]
[git_branch]
symbol = "🐈 "
truncation_length = 10
truncation_symbol = "..."
[time]
disabled = false
time_format = "🕙 [%T]"
style = "bold blue"
utc_time_offset = -5