flocon/dot_config/starship.toml
2024-06-09 15:11:32 +02:00

17 lines
633 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)"
# Disable the package module, hiding it from the prompt completely
[package]
disabled = true