solorice/.config/starship/starship.toml
Kristofers Solo b319945989 Minor updates
2022-08-02 23:16:35 +03:00

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

# Disable the blank line at the start of the prompt
add_newline = false
# 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"
# Disable the package module, hiding it from the prompt completely
[package]
disabled = false
[line_break]
disabled = true
[cmd_duration]
min_time = 0
show_milliseconds = false
format = "took [$duration](bold yellow)"