dotfiles/taskwarrior/.config/sh/env.d/taskwarrior-xdg.sh
Marty Oehme 86dc69c31f
taskwarrior: Adapt tw config file for 2.6 update
Modified some options per the taskwarrior recommendations, switched from
custom XDG compliance to default implementation newly added to program.
2021-10-07 11:17:18 +02:00

4 lines
94 B
Bash

#!/usr/bin/env sh
[ -d "$XDG_DATA_HOME/task/notes" ] || mkdir -p "$XDG_DATA_HOME/task/notes"