dotfiles/.config/starship.toml
sam rolfe e35b894b5d dotfiles for terminals
Dotfiles plugins etc to create sym links for ubuntu to access required
settings etc from gitea.
2025-10-06 16:08:40 +11:00

17 lines
456 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.

# 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