Drop TASKRC export, since 2.6 doesn't need it
This commit is contained in:
parent
3d0ce126fa
commit
932e9134a6
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
#! zsh
|
#! zsh
|
||||||
if [[ -z $TASKRC ]]; then
|
|
||||||
export TASKRC=$XDG_CONFIG_HOME/task/taskrc
|
|
||||||
fi
|
|
||||||
if [[ -z $TIMEWARRIORDB ]]; then
|
if [[ -z $TIMEWARRIORDB ]]; then
|
||||||
export TIMEWARRIORDB=$XDG_DATA_HOME/timew
|
export TIMEWARRIORDB=$XDG_DATA_HOME/timew
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue