-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
58 lines (50 loc) · 932 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
49
50
51
52
53
54
55
56
57
58
format = """
[╭──](blue)\
$os\
$username\
$hostname\
$directory\
$git_branch\
$git_state\
$git_status\
$git_commit\
\n[╰── ](blue)\
"""
command_timeout = 1000
add_newline = true
[username]
style_user = "bold red"
style_root = "bold red"
format = '[$user]($style)'
disabled = false
show_always = true
[hostname]
ssh_only = false
format = '[ $hostname$ssh_symbol](blue)'
trim_at = '.'
disabled = false
ssh_symbol = ' '
[directory]
style = "purple"
format = "[ $path]($style)"
truncation_length = 5
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[os]
format = "[$symbol]($style)"
style = "bold blue"
disabled = false
[os.symbols]
Windows = " "
Macos = " "
Ubuntu = " "
Arch = " "
Android = " "
[git_branch]
symbol = " "
format = '[[$symbol$branch](cyan)]($style)'
style = "purple"