task/dot-config/zsh/login/task
2023-10-23 15:17:45 +11: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