Initial commit - super-simple XDG-flavoured Taskwarrior config, which mostly does what I want
This commit is contained in:
commit
f3b3fa4e6c
4 changed files with 31 additions and 0 deletions
4
config/zsh/interactive/task
Normal file
4
config/zsh/interactive/task
Normal file
|
@ -0,0 +1,4 @@
|
|||
#! zsh
|
||||
if [[ -z $RPROMPT ]]; then
|
||||
RPROMPT='$(task rc.verbose=nothing progress)'
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue