-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
52 lines (43 loc) · 857 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
format="""\
$username\
$hostname/$localip\
$directory\
$git_branch\
$cmd_duration\
\n$character\
"""
# Disable the blank line at the start of the prompt
add_newline=true
[username]
style_user="white"
style_root="black"
format=" 😎[$user](#ffc000)"
disabled=false
show_always=true
[hostname]
ssh_only=false
format=" 💻[$hostname]($style)"
style="#dd00dd"
disabled=false
[directory]
format=" 📁[$path]($style)[$read_only]($read_only_style)"
[character]
success_symbol="🟢"
error_symbol="🔴"
[localip]
ssh_only=false
disabled=false
format="[$localipv4]($style)"
style="#dd00dd"
[env_var.STARSHIP_DISTRO]
format="$env_value"
variable="STARSHIP_DISTRO"
disabled=false
[git_branch]
format=" 🌱[$branch(:$remote_branch)]($style)"
style="#00ff00"
[cmd_duration]
show_milliseconds=true
style="#fffc00"
format=" ⌛[$duration]($style)"
min_time=0