summaryrefslogtreecommitdiff
path: root/config/essentials/starship.toml
blob: 5934cca441f503c6bddf2a05ca1ec6524e1aa670 (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
'$schema' = "https://starship.rs/config-schema.json"

# Inserts a blank line between shell prompts
add_newline = false
format = '\[$username[@](bold blue)$hostname\] $all'


[character]
success_symbol = "[❯](green)"
error_symbol = "[❮](red)"
vimcmd_symbol = "[❮](green)"

[username]
style_root = "bold red"
style_user = "bold blue"
format = "[$user]($style)"
show_always = true
disabled = false

[hostname]
ssh_only = false
style = "bold teal"
format = "[$hostname]($style)"

[directory]
truncation_length = 4
style = "bold lavender"

[cmd_duration]
min_time = 500