Merge pull request #3 from erichs/enable-disable-aliases-completions
readme update
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user