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)\" "