task/config/zsh/login/task
2021-08-23 11:17:50 +10:00

8 lines
153 B
Bash

#! zsh
if [[ -z $TIMEWARRIORDB ]]; then
export TIMEWARRIORDB=$XDG_DATA_HOME/timew
fi
if [[ -z $VIT_DIR ]]; then
export VIT_DIR=$XDG_CONFIG_HOME/vit
fi