-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
130 lines (100 loc) · 1.85 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
format ="""
$username\
$hostname\
$character\
$directory\
$git_branch\
$git_state\
$git_status\
"""
# Don't print a new line at the start of the prompt
add_newline = false
# Make prompt a single line instead of two lines
[line_break]
disabled = true
# Shows the shows the current user name
[username]
format = '[\[[$user](white)](blue)'
# format = '[\[[m](white)](blue)'
show_always = true
disabled = false
# Shows the current host name
[hostname]
ssh_only = false
format = '[[@](red)[$hostname](white)\] ](blue)'
trim_at = ""
disabled = false
# Replace the "❯" symbol in the prompt with "✗" or "❯❯❯" or "×" or "λ" or "➜"
[character]
success_symbol = "[➜](green)"
error_symbol = "[✗](red)"
disabled = false
# Shows the current directory
[directory]
style = "cyan"
truncate_to_repo = true
truncation_length = 1
truncation_symbol = ""
disabled = false
[git_branch]
format = '[\([$symbol $branch(:$remote_name)](purple)\) ](blue)'
symbol = "[](yellow)"
[git_status]
format = "([$all_status$ahead_behind$diverged]($style) )"
conflicted = "="
ahead = "⇡"
behind = "⇣"
diverged = "⇕"
untracked = "U"
modified = "~"
staged = "+"
renamed = "»"
deleted = "-"
[aws]
symbol = " "
[conda]
symbol = " "
[dart]
symbol = " "
[docker_context]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[golang]
symbol = " "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[nodejs]
format = "[$symbol$version ]($style)"
symbol = " "
[package]
symbol = " "
[perl]
symbol = " "
[php]
symbol = " "
[python]
format = "[$symbol$version ]($style)"
symbol = " "
[ruby]
symbol = " "
[rust]
symbol = " "
[swift]
symbol = "ﯣ "
[lua]
format = "[$symbol$version ]($style)"
symbol = " "
[c]
format = "[$symbol$version ]($style)"
symbol = " "