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