From 7c26261344fff63935445cbabb55f05dee5d63de Mon Sep 17 00:00:00 2001 From: sit Date: Mon, 13 Sep 2010 01:25:34 -0700 Subject: [PATCH] Migrated from tips-and-tricks v3 --- Tips-and-Tricks.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tips-and-Tricks.textile b/Tips-and-Tricks.textile index 86a651e..9fe5f40 100644 --- a/Tips-and-Tricks.textile +++ b/Tips-and-Tricks.textile @@ -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):
           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):
           alias t='todo.sh -d /path/to/your/todo.cfg'