diff options
author | Soispha <soispha@vhack.eu> | 2023-10-02 21:55:59 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-02 21:55:59 +0200 |
commit | 0f2cf9d7f21cedb2c00aac540a03655c4bdcc690 (patch) | |
tree | ae8145ff219780a4fc067f9ccc50e76cc6656881 | |
parent | fix(hm/conf/taskwarrior/projects): Add projects (diff) | |
download | nixos-config-0f2cf9d7f21cedb2c00aac540a03655c4bdcc690.tar.gz nixos-config-0f2cf9d7f21cedb2c00aac540a03655c4bdcc690.zip |
fix(hm/conf/taskwarrior): Remove useless aliases
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/taskwarrior/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hm/soispha/conf/taskwarrior/default.nix b/hm/soispha/conf/taskwarrior/default.nix index 7ab1d50c..8753aa7b 100644 --- a/hm/soispha/conf/taskwarrior/default.nix +++ b/hm/soispha/conf/taskwarrior/default.nix @@ -41,10 +41,6 @@ }; }; alias = { - a = "add"; - bd = "burndown.daily"; - cx = "context"; - e = "edit"; mod = "modify"; n = "execute neorg --task"; }; |