consolidate dotfiles and add fix script
This commit is contained in:
16
starship.toml
Normal file
16
starship.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user