Dotfiles plugins etc to create sym links for ubuntu to access required settings etc from gitea.
17 lines
456 B
TOML
17 lines
456 B
TOML
# 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
|