dotfiles/starship.toml

17 lines
456 B
TOML
Raw Permalink 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.

# A clean and common Starship configuration
# Changes the symbol at the start of the line
[character]
success_symbol = "[](bold green)"
error_symbol = "[✗](bold red)"
# Shows how long a command took to run if it exceeds 2 seconds
[cmd_duration]
min_time = 2000
format = "took [$duration](bold yellow) "
# Shortens the directory path display
[directory]
truncation_length = 3
truncate_to_repo = true # Shows path relative to the Git repository root