-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
108 lines (91 loc) · 1.72 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
add_newline = true
scan_timeout = 100
format = """\
$username\
$sudo\
$hostname\
$directory\
$git_branch\
$git_state\
$git_status\
$package\
$custom\
$line_break\
$python\
$character\
$cmd_duration\
$jobs\
$character """
[custom.arch]
command = "uname -m"
format = " using [($output)]($style)"
style = "7"
when = true
os = "macos"
[username]
show_always = true
style_user = "4"
style_root = "9"
format = "[$user]($style)"
[hostname]
ssh_only = true
trim_at = "."
style = "4"
format = " @ [$hostname]($style)"
[directory]
truncation_length = 3
truncate_to_repo = true
style = "6"
read_only = "[RO]"
read_only_style = "6"
format = " in [$path]($style)[$read_only]($read_only_style)"
fish_style_pwd_dir_length = 0
[git_branch]
truncation_length = 7
truncation_symbol = "…"
symbol = ""
style = "3"
format = " on [$symbol$branch]($style)"
[git_state]
disabled = false
style = "3"
format = ' [- $state]($style)'
[git_status]
style = "1"
format = '([\[$all_status$ahead_behind\]]($style))'
[package]
symbol = ""
style = "9"
format = " [$version]($style)"
[time]
disabled = true
[python]
format = "via [${version}]($style) "
version_format = "${raw}"
symbol = ""
pyenv_version_name = true
pyenv_prefix = ""
style = "2"
[conda]
disabled = true
[character]
success_symbol = "[>>](7)"
vicmd_symbol = "[<<](7)"
error_symbol = "[>>](1)"
format = "$symbol"
[cmd_duration]
min_time = 3000
style = "13"
format = '[\($duration\)]($style)'
[jobs]
number_threshold = 1
symbol = ""
style = "12"
format = '([\($number\)]($style))'
[sudo]
disabled = false
format = "[$symbol]($style)"
symbol = "!!"
style = "bold red"
[custom.spacer]
format = " "