summaryrefslogtreecommitdiff
path: root/.config/starship.toml
blob: b7f4b23039fc038101d5c102bd006cd3ffd73010 (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]($style) "