CoreGit [changelog]
[gists] [register] [login]
gists / starship.toml public toml
starship config
by erikbye · updated 2026-04-16 15:10
Raw Download
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
command_timeout = 5000
format = """
$fill\
$time\
$line_break
$git_branch\
$git_status\
$custom\
$line_break\
$directory\
$python\
$cmd_duration\
$line_break\
$character"""

[directory]
truncation_length = 0
truncate_to_repo = false
style = "#565f89"
format = "[$path]($style) "

[git_branch]
style = "#7aa2f7"
format = "[$symbol$branch]($style) "
symbol = " "

[git_status]
disabled = false
ahead = "⇡"
behind = "⇣"
modified = "!"
staged = "+"
untracked = ""
format = '([$all_status$ahead_behind]($style) )'
style = "#565f89"

[character]
success_symbol = "[❯](bold #7aa2f7)"
error_symbol = "[❯](bold #f7768e)"

[custom.git_last_commit]
command = "git log -1 --pretty=format:'%s'"
detect_folders = [".git"]
symbol = ""
format = "[// $output]($style) "
style = "#2D823E"

[time]
disabled = false
format = '[\[$time\]]($style) '
time_format = "%H:%M"
style = "#565f89"

[python]
detect_extensions = []
detect_files = []
detect_folders = []
format = 'via [${symbol}${version}](yellow) [(\($virtualenv\))](bold green) '

[cmd_duration]
min_time = 2000
style = "#565f89"
format = "[took $duration]($style) "

[package]
disabled = true

[nodejs]
disabled = true