From 4127ab9259a25182c950778a6e8900d0f887cbbd Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Tue, 30 Dec 2025 12:18:56 -0500 Subject: [PATCH] save --- starship/.config/starship.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 7dd0c6c..a7f91f4 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,9 +1,9 @@ -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)\" " +# 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)\" "