Keep Timewarrior in XDG_DATA_HOME - it doesn't actually let you separate the configuration and data, for some reason

This commit is contained in:
Danielle McLean 2020-06-01 15:27:07 +10:00
parent f3b3fa4e6c
commit 9119e7806c
Signed by: 00dani
GPG Key ID: 9DDE1EDE01E3A605
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@
if [[ -z $TASKRC ]]; then
export TASKRC=$XDG_CONFIG_HOME/task/taskrc
fi
if [[ -z $TIMEWARRIORDB ]]; then
export TIMEWARRIORDB=$XDG_DATA_HOME/timew
fi