summaryrefslogtreecommitdiff
path: root/.config/starship.toml
blob: ad0b0d22f52f34ee629dbe8ac5746adda07b6441 (plain)
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
scan_timeout = 5

format = """
($all
)\
$username@$hostname: $directory $fill $time
$character
"""
right_format = "$status( $cmd_duration)"

[cmd_duration]
format = 'took [$duration]($style)'

[directory]
truncation_length = 16
truncate_to_repo = false

[fill]
symbol = ' '

[hostname]
ssh_only = false
format = '[$ssh_symbol$hostname]($style)'

[nix_shell]
symbol = '❄️ '

[status]
disabled = false
format = '[$symbol$status]($style)'

[time]
disabled = false
format = '[$time]($style)'

[username]
disabled = false
show_always = true
format = '[$user]($style)'

[line_break]
disabled = true