blob: 328ae61965ea6bf3e0bc8d6b1967615ff1daec46 (
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
|
add_newline = false
[character]
success_symbol = '[\$](bold green)'
error_symbol = '[\$](bold red)'
[directory]
truncation_length = 4
style = "cyan"
[line_break]
disabled = true
[custom.ssh_keys]
disabled = true
description = "SSH key count"
when = "ssh-add -l | grep -v -q 'no identities'"
command = "ssh-add -l | grep -v 'no identities' | wc -l"
format = "$symbol[$output]($style) "
shell = ["bash", "--noprofile", "--norc"]
symbol = "🔑"
style = "bold fg:green"
[gcloud]
disabled = true
[username]
style_user = 'fg:11 bold'
style_root = 'cyan bold'
format = '[$user]($style)'
disabled = false
show_always = true
[hostname]
ssh_only = false
format = '[$ssh_symbol](bold blue)@[$hostname](bold red) '
disabled = false
[package]
disabled = true
|