Migrated from tips-and-tricks v3

sit
2010-09-13 01:25:34 -07:00
parent e304c263df
commit 7c26261344

@@ -1,10 +1,10 @@
*Access todo.sh from anywhere in the file tree.* Add the following to your ~/.bashrc file (~/.bash_profile for Mac and Cygwin users): *Access todo.sh from anywhere in the file tree.* Add the following to your @~/.bashrc@ file (@~/.bash_profile@ for Mac and Cygwin users):
<pre> <pre>
PATH=$PATH:"/path/to/your/todo/scripts" PATH=$PATH:"/path/to/your/todo/scripts"
</pre> </pre>
*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'