From d0c11b99e23a524312857dc65b860b2b811bf85f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 31 Jul 2022 11:08:33 -0400 Subject: [PATCH] Add todo.txt (t) --- home/shellcommon.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/shellcommon.nix b/home/shellcommon.nix index 8b4904a..86ad2cb 100644 --- a/home/shellcommon.nix +++ b/home/shellcommon.nix @@ -11,5 +11,8 @@ lt = "ls --tree"; # Project tmux. pux = "sh -c \"tmux -S $(pwd).tmux attach\""; + + # TODO: Gotta specify ~/.todo/config in Nix + t = "${pkgs.todo-txt-cli}/bin/todo.sh"; }; }