-
Notifications
You must be signed in to change notification settings - Fork 0
/
.starship.toml
78 lines (60 loc) · 1.19 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
# https://starship.rs/config/
[directory]
disabled = false
home_symbol = "🏠"
style = "#66b2b2" # teal from tmux status bar
[character]
error_symbol = "[>](red)"
success_symbol = "[>](purple)"
vicmd_symbol = "[<](green)"
[cmd_duration]
format = "[ $duration]($style)"
min_time = 2_000 # in ms
show_milliseconds = false
style = "#fcff54" # yellow
[git_branch]
format = "[$branch]($style)"
style = "bright-black"
[git_status]
conflicted = "⚡"
deleted = "✗"
format = "[$conflicted( $untracked)( $modified)( $staged)( $renamed)( $deleted)( $ahead_behind)]($style)"
modified = "✷"
renamed = "➜"
staged = "✓"
style = "bold red"
untracked = "✩"
[python]
# does '(venv_name)' when in virtual env
format = '[( \($virtualenv\))]($style)'
style = "bold red"
symbol = ''
version_format = ''
[battery]
disabled = true
# charging_symbol = '🪫'
# full_symbol = '🔋'
[package]
disabled = true
[hostname]
disabled = true
[username]
disabled = true
[docker_context]
disabled = true
[gcloud]
disabled = true
[golang]
disabled = true
[nodejs]
disabled = true
[lua]
disabled = true
[terraform]
disabled = true
[ruby]
disabled = true
[aws]
disabled = true
[rust]
disabled = true