diff --git a/home/shellcommon.nix b/home/shellcommon.nix index 54b451a..cc6cd73 100644 --- a/home/shellcommon.nix +++ b/home/shellcommon.nix @@ -11,9 +11,6 @@ let 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"; }; in {