-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstarship.toml
58 lines (42 loc) · 960 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
56
57
58
# Don't print a new line at the start of the prompt
add_newline = true
# Wait 10 milliseconds for starship to check files under the current directory.
scan_timeout = 10
# Replace the "❯" symbol in the prompt with "➟"
[character] # The name of the module we are configuring is "character"
error_symbol = "❯"
# Hide the username. The username will only show in certain scenarios
[username]
disabled = true
# shows the hostname on new lines
[hostname]
ssh_only = true
disabled = false
# configure directory
[directory]
truncation_length = 0
truncate_to_repo = false
style = "bold #4C566A"
[cmd_duration]
disabled = true
[ruby]
format = "[$version]($style) "
[git_branch]
format = "[$branch]($style) "
style = "#5E81AC"
[git_status]
style = "bold #4C566A"
[docker_context]
disabled = true
[aws]
disabled = true
[gcloud]
disabled = true
[openstack]
disabled = true
[nodejs]
disabled = true
[package]
disabled = true
[lua]
disabled = true