1
0
Fork 0

task: Update for TaskWarrior 3 + TaskChampion sync

This commit is contained in:
Jeremy Kaplan 2026-04-05 19:27:05 -04:00
commit 61718a5ce3
8 changed files with 12 additions and 31 deletions

View file

@ -2,6 +2,6 @@
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
TEMPLATE="${CURDIR}/taskrc-template"
DESTINATION="${CURDIR}/.taskrc"
DESTINATION="${HOME}/.taskrc"
[ -f "${DESTINATION}" ] || cp -v "${TEMPLATE}" "${DESTINATION}"