Updated Tips and Tricks (textile)

gr4bb
2014-07-13 02:35:06 -07:00
parent 894fdf7ce4
commit b2d46f68e2

@@ -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): *Avoid typing todo.sh every time.* Add the following to your @~/.bashrc@ file (@~/.bash_profile@ for Mac and Cygwin users):
<pre> <pre>
alias t='todo.sh -d /path/to/your/todo.cfg' alias t='./todo.sh -d /path/to/your/todo.cfg'
</pre> </pre>
Then you simply type @t add laundry@ from anywhere in your file tree to add a task. Then you simply type @t add laundry@ from anywhere in your file tree to add a task.