diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-20 16:44:27 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-20 16:44:27 +0200 |
commit | 2d4f94f2163c5bebabad7149fdc0b20434d4e0d0 (patch) | |
tree | 9365b934f9bedcd26086bff169160be061386294 /etc/completions | |
parent | 68b2cecb32a19bbdd7a0b9b48802bb8e07e65fc7 (diff) |
Added q&d gtd stuff
Diffstat (limited to 'etc/completions')
-rw-r--r-- | etc/completions/_gtd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/completions/_gtd b/etc/completions/_gtd new file mode 100644 index 0000000..85e2428 --- /dev/null +++ b/etc/completions/_gtd @@ -0,0 +1,4 @@ +#compdef gtd + +_arguments -s \ + '1:action:(todo waiting)' |