Drop TASKRC export, since 2.6 doesn't need it

This commit is contained in:
Danielle McLean 2021-08-23 11:17:50 +10:00
parent 3d0ce126fa
commit 932e9134a6
Signed by: 00dani
GPG Key ID: 9DDE1EDE01E3A605
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,4 @@
#! zsh
if [[ -z $TASKRC ]]; then
export TASKRC=$XDG_CONFIG_HOME/task/taskrc
fi
if [[ -z $TIMEWARRIORDB ]]; then
export TIMEWARRIORDB=$XDG_DATA_HOME/timew
fi