2024-10-17 17:28:50 -05:00
|
|
|
|
# Get editor completions based on the config schema
|
|
|
|
|
"$schema" = 'https://starship.rs/config-schema.json'
|
|
|
|
|
|
2024-10-21 08:50:44 -05:00
|
|
|
|
format = "$all$character"
|
|
|
|
|
|
2024-10-17 17:28:50 -05:00
|
|
|
|
# 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'
|
2024-10-21 08:50:44 -05:00
|
|
|
|
|
|
|
|
|
[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
|