-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
43 lines (33 loc) · 994 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
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# Inserts a blank line between shell prompts
add_newline = false
format = """$username$hostname$directory $character"""
# move the rest of the prompt to the right
right_format = """$git_branch$git_state$git_status $git_metrics$status( $cmd_duration) $time"""
[directory]
style = "fg:#FC4DFF"
format = "[$path]($style)"
truncation_length = 3
truncate_to_repo = false
fish_style_pwd_dir_length = 1
# truncation_symbol = "…/"
# Disable the package module, hiding it from the prompt completely
[package]
disabled = true
# This is very laggy for some reason
[git_status]
disabled = true
[git_metrics]
disabled = true
[git_branch]
# format = '[$symbol$branch(:$remote_branch)]($style)'
format = '[$symbol$branch]($style)'
[time]
disabled = false
format = '[$time]($style)'
time_format = '%R'
[cmd_duration]
min_time = 50
format = '[$duration](bold green)'
# show_milliseconds = true