summaryrefslogtreecommitdiff
path: root/.config/starship.toml
blob: 3003c9d7d082a8515ab787b5c441b9c30e09afc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[line_break]
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) "