This website requires JavaScript.
Explore
Help
Sign in
dot
/
task
Watch
1
Star
0
Fork
You've already forked task
0
Code
Issues
Pull requests
Releases
Wiki
Activity
main
task
/
dot-config
/
zsh
/
interactive
/
task.zsh
5 lines
92 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit - super-simple XDG-flavoured Taskwarrior config, which mostly does what I want
2020-06-01 01:26:37 -04:00
#! zsh
if
[
[
-z
$RPROMPT
]
]
;
then
Set rc.verbose before rc.gc to prevent unwanted output
2021-07-19 09:10:26 -04:00
RPROMPT
=
'$(task progress rc.verbose=nothing rc.gc=0)'
Initial commit - super-simple XDG-flavoured Taskwarrior config, which mostly does what I want
2020-06-01 01:26:37 -04:00
fi
Reference in a new issue
Copy permalink