-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
56 lines (46 loc) · 971 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
43
44
45
46
47
48
49
50
51
52
53
54
55
format = """
[░▒▓](#a3aed2)\
[ $os ](fg:#090c0c bg:#a3aed2)\
[](fg:#a3aed2 bg:#769ff0)\
[ $directory ](fg:#e3e5e5 bg:#769ff0)\
[](fg:#769ff0 bg:#394260)\
[$git_branch](fg:#769ff0 bg:#394260)\
[](fg:#394260 bg:#212736)\
[$nodejs$rust$python](fg:#769ff0 bg:#212736)\
[](fg:#212736 bg:#1d2230)\
[$status](bold red bg:#1d2230)\
[ ](fg:#1d2230)\
\n$character"""
[status]
disabled = false
format = ' $symbol$status '
map_symbol = true
[directory]
format = '$path'
truncation_length = 3
truncation_symbol = '…/'
[directory.substitutions]
Documents = ''
Downloads = ''
Music = ''
Pictures = ''
[os]
disabled = false
format = '$symbol'
[os.symbols]
Windows = ''
Ubuntu = ''
Macos = ''
Linux = ''
Alpine = ''
Debian = ''
[git_branch]
symbol = ''
format = ' $symbol $branch '
[nodejs]
format = ' $symbol($version) '
[rust]
format = ' $symbol($version) '
[python]
symbol = ' '
format = ' $symbol($version) '