-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarshiprc
62 lines (49 loc) · 1.15 KB
/
starshiprc
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
right_format = """
$localip\
$cmd_duration\
$time
"""
# Replace the '❯' symbol in the prompt with '➜'
[character] # The name of the module we are configuring is 'character'
success_symbol = '[➜](bold green) '
error_symbol = '[✗](bold red) '
vicmd_symbol = '[V](bold green) '
[username]
style_user = 'yellow'
style_root = 'white bold'
format = '[$user]($style) '
disabled = false
show_always = true
[hostname]
ssh_only = false
format = '[$ssh_symbol](bold blue) @(bold white) [$hostname](bold yellow) '
trim_at = '.companyname.com'
disabled = true
[git_metrics]
added_style = 'bold blue'
format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
disabled = true
[git_status]
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
disabled = false
[memory_usage]
disabled = true
threshold = -1
symbol = ' '
format = 'in [${ram}]($style)'
style = 'bold cyan'
[localip]
ssh_only = false
format = 'in [$localipv4](purple) '
disabled = true
[cmd_duration]
min_time = 500
format = 'took [$duration](#689d6a) '
disabled = true
[time]
disabled = true
format = 'at [$time](blue) '
time_format = '%T'
utc_time_offset = '+8'