-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
40 lines (32 loc) · 748 Bytes
/
starship.toml
File metadata and controls
40 lines (32 loc) · 748 Bytes
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
format = "[](fg:prompt) $directory$cmd_duration$python$status [❯](fg:end) "
add_newline = false
palette = "custom"
[palettes.custom]
prompt = "yellow"
directory = "bright-blue"
duration = "yellow"
status = "purple"
python = "green"
end = "cyan"
[directory]
format = "[$path]($style)"
style = "fg:directory"
use_os_path_sep = false
truncation_length = 3
truncate_to_repo = false
truncation_symbol = "/"
[directory.substitutions]
"Repos" = ""
"Documents" = ""
"Downloads" = ""
[cmd_duration]
format = "[ $duration]($style)"
style = "fg:duration bold"
[status]
format = "[ $int]($style)"
style = "fg:status bold"
disabled = false
[python]
format = "[ ( $virtualenv)]($style)"
style = "fg:python"
detect_folders = ["venv"]