30 lines
800 B
TOML
30 lines
800 B
TOML
# Get editor completions based on the config schema
|
||
"$schema" = 'https://starship.rs/config-schema.json'
|
||
|
||
format = "$all$character"
|
||
|
||
# Inserts a blank line between shell prompts
|
||
add_newline = true
|
||
|
||
# Replace the '❯' symbol in the prompt with '➜'
|
||
# [character] # The name of the module we are configuring is 'character'
|
||
# success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
|
||
|
||
[sudo]
|
||
style = 'bold green'
|
||
symbol = '👩💻 '
|
||
disabled = false
|
||
|
||
[status]
|
||
style = 'bg:blue'
|
||
symbol = '🔴 '
|
||
success_symbol = '🟢 SUCCESS'
|
||
format = '[\[$symbol$common_meaning$signal_name$maybe_int\]]($style) '
|
||
map_symbol = true
|
||
disabled = true
|
||
|
||
[custom.iterm_prompt_mark]
|
||
when = ''' ( it2check ) '''
|
||
format = "\u001b\\]133;A\u0007"
|
||
disabled = false
|