fix: taskwarrior moved from home/cli to home/gui

This commit is contained in:
Anish Lakhwara
2024-07-14 16:44:39 -07:00
parent 6522536dc8
commit d496c20a82
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
# taskwarrior needs write access to this file for centexts
# this way, we get a copy of the file, and we make sure it's writable
".taskrc".source = ./taskrc;
".taskrc".executable = true;
# ".taskrc".executable = true;
# ".taskrc".onChange = "cp ~/.taskrc ~/.taskrc2;rm ~/.taskrc;mv ~/.taskrc2 ~/.taskrc;chmod +w ~/.taskrc";
".task/keys/ca.cert".source = ./ca.cert;
".task/keys/public.cert".source = ./public.cert;