disable theming by checking theme var for value

This commit is contained in:
daniel.schroeder
2018-11-02 10:47:55 +01:00
parent fbefcb860b
commit b03a93cd2b
3 changed files with 29 additions and 21 deletions

View File

@@ -3,7 +3,8 @@
# Path to the bash it configuration
export BASH_IT="{{BASH_IT}}"
# Lock and Load a custom theme file
# Lock and Load a custom theme file.
# Leave empty to disable theming.
# location /.bash_it/themes/
export BASH_IT_THEME='bobby'