Merge pull request #3 from erichs/enable-disable-aliases-completions

readme update
pull/139/head
nwinkler 2012-05-24 00:27:49 -07:00
commit ce936e0513
1 changed files with 9 additions and 8 deletions

View File

@ -20,11 +20,12 @@ This is to set up the `.jekyllconfig` file, which stores info necessary to use t
## Help Screens ## Help Screens
``` ```
bash-it (will show all the help commands) bash-it show aliases # shows installed and available aliases
aliases-help bash-it show completions # shows installed and available completions
rails-help bash-it show plugins # shows installed and available plugins
git-help bash-it help aliases # shows help for installed aliases
plugins-help bash-it help completions # shows help for installed completions
bash-it help plugins # shows help for installed plugins
``` ```
## Your Custom scripts, aliases, and functions ## Your Custom scripts, aliases, and functions