-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
79 lines (63 loc) · 1.33 KB
/
starship.toml
File metadata and controls
79 lines (63 loc) · 1.33 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
format = """
$python\
$directory\
[](fg:#ff4081 bg:#0d1117)\
$git_branch\
$git_status\
[](fg:#0d1117)\
\n$character
"""
right_format = """
$cmd_duration\
$username\
[](fg:#44475a)\
$time
"""
add_newline = true
[username]
style_user = "fg:#ffffff bold"
style_root = "fg:#ff4081 bold"
format = "user: [$user]($style) "
disabled = false
[fill]
symbol = ' '
[directory]
style = "fg:#ffffff bg:#0d1117 bold"
truncation_length = 10
truncate_to_repo = false
truncation_symbol = "…/"
read_only = " 🔒"
read_only_style = "fg:#ff4081 bg:#0d1117"
format = "[ $path ]($style)[$read_only]($read_only_style)"
[directory.substitutions]
"Documents" = "📄"
"Downloads" = "⬇️"
"Music" = "🎵"
"Pictures" = "🖼️"
[aws]
disabled = true
[gcloud]
disabled = true
[git_branch]
symbol = ""
style = "bg:#0d1117"
format = '[[ $symbol $branch ](fg:#ff4081 bg:#0d1117)]($style)'
[git_status]
style = "bg:#0d1117"
format = '[[($all_status$ahead_behind )](fg:#ff4081 bg:#0d1117)]($style)'
[cmd_duration]
min_time = 1
style = "fg:#ff4081"
format = "[$duration]($style)"
[time]
disabled = false
time_format = "%R"
style = "fg:#ffffff"
format = " $time"
[character]
success_symbol = "[❯](bold fg:#00F0FF)"
error_symbol = "[✖](bold fg:#ff5555)"
vimcmd_symbol = "[V](bold fg:#ff4081)"
[python]
format = "[${virtualenv}](fg:#ff4081)"
style = "bold"