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