added documentation for plugins-help
parent
6a890d21c9
commit
bd22485639
|
|
@ -20,6 +20,7 @@ Check a clone of this repo. You can view what a sample `~/.bash_profile` looks l
|
||||||
aliases-help
|
aliases-help
|
||||||
rails-help
|
rails-help
|
||||||
git-help
|
git-help
|
||||||
|
plugins-help
|
||||||
|
|
||||||
## Your Custom scripts, aliases, and functions
|
## Your Custom scripts, aliases, and functions
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -71,5 +71,6 @@ function bash-it() {
|
||||||
echo " git-help This will list out all the aliases you can use with git."
|
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 " todo-help This will list out all the aliases you can use with todo.txt-cli"
|
||||||
echo " aliases-help Generic list of aliases."
|
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
|
echo
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue