summaryrefslogtreecommitdiff
path: root/.config/starship.toml
blob: 02d2969a1d4b4215ebd6334012dc72b0b6bc28ba (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](bold red) "