-
Notifications
You must be signed in to change notification settings - Fork 94
/
.starship.toml
47 lines (39 loc) · 1013 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
# https://starship.rs/config/
# Run `starship explain` to help dissect the current prompt
# Specify custom format
# Nerd Fonts nf-seti-coffee \ue61b
format = """\
$directory\
$custom\
$git_state\
$git_status\
$nodejs\
$bun\
$line_break\
$character\
"""
# Allow longer-running commands commands to keep executing without failing with a warning
command_timeout = 1000
[directory]
style = "bold white"
repo_root_style = "bold"
read_only = "" # Nerd Fonts nf-fa-lock \uf023
[nodejs]
style = "bold cyan"
format = "[via](bold white) [$symbol($version)]($style)"
[bun]
symbol = "🍔 "
format = '[via](bold white) [$symbol($version)]($style)'
[git_status]
format = '([\[$conflicted$modified$staged$untracked$ahead_behind\]]($style) )'
style = "white"
[character]
# Nerd Fonts nf-fa-angle_right \f105
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"
[custom.git_simple]
command = "starship-git-simple"
require_repo = true
when = true
ignore_timeout = true
style = ""