-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
49 lines (41 loc) · 946 Bytes
/
Copy pathstarship.toml
File metadata and controls
49 lines (41 loc) · 946 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
39
40
41
42
43
44
45
46
47
48
49
format = "$directory$git_branch$git_commit$git_state$git_metrics$git_status$fill$haskell$nix_shell\n$jobs$character\n"
[character]
success_symbol = ""
error_symbol = "[](bold red)"
[directory]
home_symbol = " "
read_only = " "
repo_root_style = "bold white"
style = "fg:#aaaaaa"
truncation_length = 5
truncation_symbol = "…/"
[git_branch]
symbol = " "
[git_status]
ahead = " "
behind = " "
conflicted = ""
deleted = " $count "
diverged = " "
format = "[$all_status$ahead_behind]($style)"
modified = " $count "
renamed = " $count "
staged = " $count "
stashed = " $count "
style = "bold purple"
untracked = " "
up_to_date = ""
[haskell]
format = "[$symbol($version )]($style)"
style = "fg:#5e5086"
symbol = " "
[jobs]
symbol = " "
[nix_shell]
format = "[$symbol$state]($style)"
impure_msg = "impure"
pure_msg = "pure"
style = "fg:#719efa bold"
symbol = " "
[package]
symbol = " "