Files
oam/examples/dotfiles/.config/starship.toml
2024-05-20 13:45:42 +02:00

20 lines
600 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.

################################################################################
## ~/.config/starship.toml
##
## Starship's user configuration file.
##
## Sources:
## - https://starship.rs/config/
################################################################################
# Get editor completions based on the config schema.
"$schema" = 'https://starship.rs/config-schema.json'
# Allow longer-running commands to keep executing.
command_timeout = 750
# Replace the default '' symbol in the prompt with '$'.
[character]
success_symbol = '[\$](bold green)'
error_symbol = '[\$](bold red)'