Merge pull request #619 from dreilly1982/master

Update README.md for custom themes
pull/622/head
Nils Winkler 2015-11-26 11:17:56 +01:00
commit fe41c8b05b
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ bash-it help completions # shows help for installed completions
bash-it help plugins # shows help for installed plugins 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): 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` * `completion/custom.completion.bash`
* `lib/custom.bash` * `lib/custom.bash`
* `plugins/custom.plugins.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`. Anything in the custom directory will be ignored, with the exception of `custom/example.bash`.