-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
60 lines (51 loc) · 1.12 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
# Setups
format="""
[](bg:none fg:#74c7ec)\
$username\
[](bg:#74c7ec fg:#f5c2e7)\
$hostname\
[](bg:#f5c2e7 fg:#cdd6f4)\
$directory\
[](bg:#f5c2e7 fg:#cdd6f4)\
$git_branch\
[](bg:#74c7ec fg:#f5c2e7)\
$cmd_duration\
[](bg:none fg:#74c7ec)\
$line_break\
$character\
"""
add_newline = false
# Prompt symbols
[character]
success_symbol = "[ ](#74c7ec)"
error_symbol = "[ ](#f5c2e7)"
vicmd_symbol = "[ ❯](#f5c2e7)"
[username]
disabled = true
show_always = true
format = "[ $user ](bg:#74c7ec fg:#1e1e2e bold)"
[hostname]
disabled = true
ssh_only = false
format = "[ $hostname ]( bg:#f5c2e7 fg:#1e1e2e bold)"
[directory]
disabled =false
format = "[ $path ](bg:#cdd6f4 fg:#1e1e2e bold)"
truncation_length = 3
truncate_to_repo=false
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
"Videos" = " "
"iso" = " "
".config" = ""
[git_branch]
disabled =false
format = '[ $branch ](bg:#f5c2e7 fg:#1e1e2e bold)'
[cmd_duration]
min_time = 4
show_milliseconds = false
disabled = true
format = '[ $duration ](bg:#74c7ec fg:#1e1e2e bold)'