From eb09180f592fa82f6a606b9706910dc65f1fbfdc Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 16 Aug 2023 00:18:46 +0800 Subject: Use topydo instead of todo.sh --- .aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.aliases') diff --git a/.aliases b/.aliases index 98cc029..9ca163b 100644 --- a/.aliases +++ b/.aliases @@ -11,7 +11,7 @@ alias agenda='et -e "(org-agenda nil \" \")"' alias vimg='vim +Git +only' # Don't save command history -command -v todo.sh > /dev/null && alias t=' todo.sh' +command -v topydo > /dev/null && alias t=' topydo -a' command -v jrnl > /dev/null && alias jrnl=' jrnl' alias gmf='git diff --merge-base' -- cgit v1.2.3