ma task-client: remove shell-aliases

This commit is contained in:
makefu 2019-05-08 13:55:28 +02:00
parent 79b5e89b24
commit af685af15b

View file

@ -4,11 +4,4 @@
pkgs.taskwarrior
];
environment.shellAliases = {
tshack = "task project:shack";
twork = "task project:soc";
tpki = "task project:pki";
tkrebs = "task project:krebs";
t = "task project: ";
};
}