diff options
author | June McEnroe <programble@gmail.com> | 2012-03-30 17:22:35 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-03-30 17:22:35 -0400 |
commit | e1fd474c59f8fa7d1e06e88a565dc51b43ae638a (patch) | |
tree | 4944c28394029977e8de10b22a6bd3c3ec234af7 | |
parent | Add task count to prompt (diff) | |
download | src-e1fd474c59f8fa7d1e06e88a565dc51b43ae638a.tar.gz src-e1fd474c59f8fa7d1e06e88a565dc51b43ae638a.zip |
Add Task configuration
Diffstat (limited to '')
-rw-r--r-- | .taskrc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.taskrc b/.taskrc new file mode 100644 index 00000000..95b9f044 --- /dev/null +++ b/.taskrc @@ -0,0 +1,26 @@ +# [Created by task 1.9.4 3/30/2012 15:32:58] +# Taskwarrior program configuration file. +# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq', +# 'man task-tutorial', 'man task-color', 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# Use the command 'task show' to see all defaults and overrides + +# Files +data.location=/home/curtis/.task + +# Color theme (uncomment one to use) +#include /usr/local/share/doc/task/rc/light-16.theme +#include /usr/local/share/doc/task/rc/light-256.theme +#include /usr/share/doc/task/rc/dark-16.theme +#include /usr/share/doc/task/rc/dark-256.theme +#include /usr/local/share/doc/task/rc/dark-red-256.theme +#include /usr/local/share/doc/task/rc/dark-green-256.theme +#include /usr/local/share/doc/task/rc/dark-blue-256.theme +#include /usr/local/share/doc/task/rc/dark-violets-256.theme +#include /usr/local/share/doc/task/rc/dark-yellow-green.theme + |