about summary refs log tree commit diff stats
path: root/.config/starship.toml
blob: 195b05dcf2067b1f3b150463746672956b391219 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
add_newline = false

format = "$username[@](bold green)$hostname $directory$git_branch$git_status$character"
right_format = "$cmd_duration$time"

[username]
show_always = true
format = "[$user](bold yellow)"

[hostname]
ssh_only = false
format   = "[$hostname](bold blue)"

[git_branch]
format = "[$symbol$branch(:$remote_branch)]($style)"

[git_status]
format = "[$all_status]($style) "

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

# right side

[cmd_duration]
min_time = 200
format   = "took [$duration](underline bold yellow) "

[time]
format   = "[$time](fg:bold purple)"
disabled = false