Update README.md for custom themes

This commit is contained in:
Don Reilly
2015-11-25 14:24:45 -06:00
parent d589f95477
commit e164f0d7f1

View File

@@ -33,7 +33,7 @@ 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, themes, and functions
For custom scripts, and aliases, just create the following files (they'll be ignored by the git repo):
@@ -41,6 +41,7 @@ For custom scripts, and aliases, just create the following files (they'll be ign
* `completion/custom.completion.bash`
* `lib/custom.bash`
* `plugins/custom.plugins.bash`
* `custom/themes/<custom theme name>/<custom theme name>.theme.bash`
Anything in the custom directory will be ignored, with the exception of `custom/example.bash`.