From b28df6379a14c5bfb11c1ccee22e1e1996972475 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 5 Mar 2024 10:48:40 +0000 Subject: Adding some much missed fish aliai --- fish2024/functions/tcomptoday.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish2024/functions/tcomptoday.fish (limited to 'fish2024/functions/tcomptoday.fish') diff --git a/fish2024/functions/tcomptoday.fish b/fish2024/functions/tcomptoday.fish new file mode 100644 index 0000000..674c23b --- /dev/null +++ b/fish2024/functions/tcomptoday.fish @@ -0,0 +1,4 @@ +function tcomptoday --wraps='task end.after:today-1d completed' --description 'alias tcomptoday=task end.after:today-1d completed' + task end.after:today-1d completed $argv + +end -- cgit v1.2.3