summaryrefslogtreecommitdiff
path: root/.config/starship.toml
blob: ad76d5f88ceed6bfc37acb6b3cce5f4427917e65 (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 purple'
style_root = 'bold purple'
format = '[$user]($style) '
disabled = false
show_always = true

[hostname]
ssh_only = false
format = 'on [$hostname](bold blue) '
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) '