summaryrefslogtreecommitdiff
path: root/home-config/starship/starship.toml
blob: b3e3af713a935f06a35b6c86b568993a64a6cd7d (plain)
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
format = """
╭─ \
$username\
$hostname\
$git_branch\
$directory\
$line_break\
╰─ 
"""

[username]
style_user = 'bold blue'
style_root = 'bold red'
format = '[$user]($style) '
disabled = false
show_always = true

[hostname]
ssh_only = false
format = 'on [$hostname](bold red) '
disabled = false

[directory]
format = '[$path]($style)[$read_only]($read_only_style) '
truncation_length = -1
truncate_to_repo = false
truncation_symbol = '…/'

[git_branch]
style = 'bold fg:97'
format = 'at [$symbol$branch(:$remote_branch)]($style) '