-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
42 lines (37 loc) · 996 Bytes
/
starship.toml
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
33
34
35
36
37
38
39
40
41
42
format = """
[╭](bold green)$fill[╮](bold green)\
$line_break\
$os\
$all\
$line_break\
[├](bold green)$fill[╯](bold green)\
$line_break\
[╰─](bold green)\
$character"""
[fill]
symbol = '─'
style = 'bold green'
[directory]
#style = "bold blue"
#truncation_length = 8
truncation_symbol = '…/'
# Here is how you can shorten some long paths by text replacement
# similar to mapped_locations in Oh My Posh:
[directory.substitutions]
".config" = "⚙"
".dotfiles" = "⚙○"
"Documents" = " "
"Downloads" = " "
"Music" = ""
"Pictures" = " "
# Keep in mind that the order matters. For example:
# "Important Documents" = " "
# will not be replaced, because "Documents" was already substituted before.
# So either put "Important Documents" before "Documents" or use the substituted version:
# "Important " = " "
[character]
#success_symbol = "[❯](bold green)"
#error_symbol = "[❯](bold red)"
[os]
disabled = false
format = '[ $symbol ]($style)'