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:
parent
f3b3fa4e6c
commit
9119e7806c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue