-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
48 lines (38 loc) · 887 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
48
# My starship conf
add_newline = true
follow_symlinks = false
format = """
$username$directory\
$git_branch$git_commit$git_status$git_state
$jobs$character"""
[character]
format = '$symbol '
success_symbol = '[»](green)'
error_symbol = '[»](green)'
[directory]
format = '[$read_only](red)$path '
read_only = '✗'
truncation_length = 8
truncation_symbol = '…/'
truncate_to_repo = false
[git_branch]
format = '$symbol[$branch](green) '
only_attached = true
[git_commit]
format = ' ([$tag](green) )([\($hash\)](red)) '
tag_disabled = false
tag_symbol = ''
[git_status]
format = '([$all_status$ahead_behind](red) )'
untracked = '%'
[git_state]
format = '\[$state( $progress_current/$progress_total)\] '
[jobs]
symbol = '+'
number_threshold = 1
symbol_threshold = 1
style = 'yellow'
[username]
format = '[$user]($style) '
style_user = 'white bold'
style_root = 'black bold'