From 93102a2ef758dfd277c43c5d3a830f1f4cb5e7c5 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 3 Apr 2023 10:27:35 -0400 Subject: [PATCH] Unused --- home/shellcommon.nix | 3 --- 1 file changed, 3 deletions(-) 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 {