flocon/dot_config/starship.toml

18 lines
633 B
TOML
Raw Normal View History

2024-06-07 08:25:03 +00:00
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# Inserts a blank line between shell prompts
add_newline = true
# Replace the '' symbol in the prompt with '➜'
[character]
success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
vimcmd_symbol = "[←](bold green)"
vimcmd_replace_one_symbol = "[←](bold purple)"
vimcmd_replace_symbol = "[←](bold purple)"
vimcmd_visual_symbol = "[←](bold yellow)"
2024-06-07 08:25:03 +00:00
# Disable the package module, hiding it from the prompt completely
[package]
disabled = true