Added a generic aliases help
diff --git a/bash_it.sh b/bash_it.sh
index 3f52aba..78e32be 100644
--- a/bash_it.sh
+++ b/bash_it.sh
@@ -60,5 +60,7 @@
   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
 }
\ No newline at end of file