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

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

[cmd_duration]
disabled = true

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

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