From b2d46f68e27d089f78d3f6d6e52ce65029245b34 Mon Sep 17 00:00:00 2001 From: gr4bb Date: Sun, 13 Jul 2014 02:35:06 -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 908a16f..9eaf22b 100644 --- a/Tips-and-Tricks.textile +++ b/Tips-and-Tricks.textile @@ -7,7 +7,7 @@ PATH=$PATH:"/path/to/your/todo/scripts" *Avoid typing todo.sh every time.* Add the following to your @~/.bashrc@ file (@~/.bash_profile@ for Mac and Cygwin users):
-alias t='todo.sh -d /path/to/your/todo.cfg'
+alias t='./todo.sh -d /path/to/your/todo.cfg'
 
Then you simply type @t add laundry@ from anywhere in your file tree to add a task.