-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
45 lines (37 loc) · 1.2 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
#
#
# _ _ _ _
# ___| |_ __ _ _ __ ___| |__ (_)_ __ _ __ _ __ ___ _ __ ___ _ __ | |_
# / __| __/ _` | '__/ __| '_ \| | '_ \ | '_ \| '__/ _ \| '_ ` _ \| '_ \| __|
# \__ \ || (_| | | \__ \ | | | | |_) | | |_) | | | (_) | | | | | | |_) | |_
# |___/\__\__,_|_| |___/_| |_|_| .__/ | .__/|_| \___/|_| |_| |_| .__/ \__|
# |_| |_| |_|
# Don't print a new line at the start of the prompt
add_newline = false
[directory]
#home_symbol = ""
[line_break]
disabled = true
[character]
success_symbol = "[](bold green) "
#success_symbol = "[💻](bold green) "
#error_symbol = "[💥](bold red) "
error_symbol = "[✗](bold red) "
#error_symbol = "[⚡](bold red) "
[username]
style_user = "green bold"
style_root = "black bold"
#format = "➜($style)"
format = "➜ ($style)"
#format = " ➜ ($style)"
#format = "❯ [$user ]($style)"
disabled = false
show_always = true
#[hostname]
#ssh_only = false
#format = "[@](white bold)[$hostname](white bold) "
#trim_at = ".companyname.com"
#disabled = false
# Disable the package module, hiding it from the prompt completely
[package]
disabled = true