Files
dotfiles/starship/.config/starship.toml
2025-12-30 12:18:56 -05:00

10 lines
268 B
TOML

# add_newline = false
#
# format = "$git_status$custom$directory"
#
# [custom.todo]
# command = "awk '/^TODAY/{getline; if (NF) {print; exit}}' ~/do"
# when = "grep -A1 '^TODAY' ~/do | tail -n1 | grep -q '.'"
# style = "bold white"
# format = "\"[$output]($style)\" "