summaryrefslogtreecommitdiff
path: root/.config/starship.toml
blob: be844b157a566e525d83861733ed3231da7178d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[line_break]
disabled = true

[package]
disabled = true

[character]
success_symbol = "[➜](bold green) "
error_symbol = "[✗](bold red) "
vicmd_symbol = "[](bold white) "

[cmd_duration]
disabled = true

[username]
format = "[$user]($style)"

[hostname]
ssh_only = true
format =  "@[$hostname]($style) "