Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3511e9e
)
Added todo-help entry in bash-it.sh's bash-it function
author
Mark Szymanski
<mrman208@me.com>
Sun, 31 Oct 2010 20:32:22 +0000
(15:32 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Sun, 31 Oct 2010 20:32:22 +0000
(15:32 -0500)
bash_it.sh
patch
|
blob
|
history
diff --git
a/bash_it.sh
b/bash_it.sh
index
94f9952
..
5736f89
100644
(file)
--- a/
bash_it.sh
+++ b/
bash_it.sh
@@
-69,7
+69,7
@@
function bash-it() {
echo
echo " rails-help This will list out all the aliases you can use with rails."
echo " git-help This will list out all the aliases you can use with git."
+ echo " todo-help This will list out all the aliases you can use with todo.txt-cli"
echo " aliases-help Generic list of aliases."
-
echo
-}
\ No newline at end of file
+}