-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy path.starship.toml
More file actions
38 lines (32 loc) · 844 Bytes
/
.starship.toml
File metadata and controls
38 lines (32 loc) · 844 Bytes
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
# https://starship.rs/config/
# Run `starship explain` to help dissect the current prompt
# Allow longer-running commands to keep executing without failing with a warning
command_timeout = 1000
# Nerd Fonts nf-seti-coffee \ue61b
format = """\
$directory\
$custom\
$git_state\
$git_status\
$line_break\
$character\
"""
[directory]
style = "bold white"
repo_root_style = "bold"
read_only = "" # Nerd Fonts nf-fa-lock \uf023
[git_status]
format = '[$ahead_behind]($style)'
ahead = "⇡${count} "
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} "
[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 = ""