🗝
summary refs log tree commit diff
path: root/starship.toml
blob: 7af93a54f795777f145e2209add3ffdad069d72b (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
"$schema" = 'https://starship.rs/config-schema.json'

format = "([$username@$hostname](dimmed bright-white) )$directory$character"
right_format = "$cmd_duration$git_branch$git_commit$git_state$git_status$package"
add_newline = false

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

[hostname]
format = '[$hostname]($style)[$ssh_symbol](dimmed)'
ssh_symbol = ""

[cmd_duration]
format = '(for [⏱ $duration]($style) )'

[directory]
read_only = " 󰌾"

[git_branch]
format = '(on [$symbol$branch]($style) )'
symbol = ""

[git_commit]
disabled = false

[git_status]
format = '([\[$all_status$ahead_behind\]]($style) )'

[package]
format = '([$symbol$version]($style) )'
symbol = "󰏗 "