Skip to content

Instantly share code, notes, and snippets.

View xxKeefer's full-sized avatar
🧙‍♂️
Making Magic

Daniel John Keefer xxKeefer

🧙‍♂️
Making Magic
View GitHub Profile
@xxKeefer
xxKeefer / starship.toml
Last active January 5, 2021 16:04 — forked from ryo-ARAKI/starship.toml
Starship configuration file
# ~/.config/starship.toml
[character]
error_symbol = "[💔 :](bold red) "
success_symbol = "[🖥 :](bold green)"
[cmd_duration]
min_time = 10_000 # Show command duration over 10,000 milliseconds (=10 sec)
format = " took [$duration]($style)"