diff --git a/zshrc b/zshrc index dfbdfc2..1726df5 100644 --- a/zshrc +++ b/zshrc @@ -356,6 +356,15 @@ function taday() { fi } ## }}} +## Display tasks of last day {{{ +function talastday() { + if [ "${#}" -eq 0 ]; then + timew summary :yesterday :ids + else + timew summary :yesterday :ids "${*}" + fi +} +## }}} ## Display tasks of this week {{{ function taweek() { if [ "${#}" -eq 0 ]; then