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

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

[cmd_duration]
disabled = true

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