Add todo.txt (t)

This commit is contained in:
Sridhar Ratnakumar 2022-07-31 11:08:33 -04:00
parent 22df678a1a
commit d0c11b99e2

View file

@ -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";
};
}