Added a generic aliases help

This commit is contained in:
Robert R Evans
2010-10-02 15:29:23 -07:00
parent 070107ab95
commit 5e0e86f705
2 changed files with 22 additions and 1 deletions

View File

@@ -60,5 +60,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 " aliases-help Generic list of aliases."
echo
}