Initial commit - super-simple XDG-flavoured Taskwarrior config, which mostly does what I want

This commit is contained in:
Danielle McLean 2020-06-01 15:26:37 +10:00
commit f3b3fa4e6c
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605
4 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#! zsh
if [[ -z $RPROMPT ]]; then
RPROMPT='$(task rc.verbose=nothing progress)'
fi

4
config/zsh/login/task Normal file
View file

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