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.