Add support for vit, an Vimmish Taskwarrior client

This commit is contained in:
Danielle McLean 2021-07-14 21:53:03 +10:00
parent 9119e7806c
commit 50fe487a18
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605
2 changed files with 237 additions and 0 deletions

View file

@ -5,3 +5,6 @@ fi
if [[ -z $TIMEWARRIORDB ]]; then
export TIMEWARRIORDB=$XDG_DATA_HOME/timew
fi
if [[ -z $VIT_DIR ]]; then
export VIT_DIR=$XDG_CONFIG_HOME/vit
fi