From 17c23ca87ee832f811e6fa69c3075f01ae5db43a Mon Sep 17 00:00:00 2001 From: Will Date: Sun, 13 Jul 2014 05:05:49 -0700 Subject: [PATCH] Updated Tips and Tricks (textile) --- Tips-and-Tricks.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tips-and-Tricks.textile b/Tips-and-Tricks.textile index 9eaf22b..7b07c9c 100644 --- a/Tips-and-Tricks.textile +++ b/Tips-and-Tricks.textile @@ -18,7 +18,7 @@ You can combine the above alias with the default action so that typing @t@ lists *Allow @t@ to list outstanding tasks* Add the following to your @~/.bashrc@ file (@~/.bash_profile@ for Mac and Cygwin users):
export TODOTXT_DEFAULT_ACTION=ls
-alias t='todo.sh -d /path/to/your/todo.cfg'
+alias t='./todo.sh -d /path/to/your/todo.cfg' You can still type @t add laundry@ from anywhere to add a task, but now you can just type @t@ to list your current tasks.