From e164f0d7f189dc8b38626152eb60b1a3ea243f45 Mon Sep 17 00:00:00 2001 From: Don Reilly Date: Wed, 25 Nov 2015 14:24:45 -0600 Subject: [PATCH] Update README.md for custom themes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f54a33..638f3a97 100644 --- a/README.md +++ b/README.md @@ -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//.theme.bash` Anything in the custom directory will be ignored, with the exception of `custom/example.bash`.