mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
20 lines
600 B
TOML
20 lines
600 B
TOML
################################################################################
|
||
## ~/.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)'
|