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:
6a890d2
)
added documentation for plugins-help
author
Florian Baumann
<flo@noqqe.de>
Mon, 8 Nov 2010 20:52:49 +0000
(21:52 +0100)
committer
Florian Baumann
<flo@noqqe.de>
Mon, 8 Nov 2010 20:52:49 +0000
(21:52 +0100)
README.md
patch
|
blob
|
history
bash_it.sh
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
4242bd9
..
742daf1
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-20,6
+20,7
@@
Check a clone of this repo. You can view what a sample `~/.bash_profile` looks l
aliases-help
rails-help
git-help
+ plugins-help
## Your Custom scripts, aliases, and functions
diff --git
a/bash_it.sh
b/bash_it.sh
index
5736f89
..
2364d04
100644
(file)
--- a/
bash_it.sh
+++ b/
bash_it.sh
@@
-71,5
+71,6
@@
function bash-it() {
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 " plugins-help This will list out all the plugins and functions you can use with bash-it"
echo
}