-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
61 lines (52 loc) · 1 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
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
add_newline = false
format = """
$shlvl\
$shell\
$username\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status\
$hg_branch\
$python\
$nix_shell\
$cmd_duration\
$line_break\
$jobs\
$status\
$container\
$character"""
[shlvl]
disabled = false
format = '[$symbol$shlvl]($style) '
symbol = '⮟ '
[shell]
disabled = false
fish_indicator = ' fish'
bash_indicator = ' bash'
zsh_indicator = ' zsh'
powershell_indicator = ' pwsh'
[directory]
format = '[ $path]($style)[$read_only]($read_only_style) '
read_only = ' '
truncation_length = 0
[git_commit]
tag_disabled = false
tag_symbol = ' '
[python]
format = '[\($virtualenv\)]($style) '
style = 'bold bright-green'
detect_extensions = []
detect_files = []
[nix_shell]
symbol='❄ '
[status]
disabled = false
format = '[$status]($style) '
style = 'bold bright-red'
[character]
success_symbol = '❱'
error_symbol = '[❱](bright-red)'