lib/command_duration: rename theme/command_duration.theme

Rename the `theme/command_duration.theme` file as it's not really got anything to do with theming or SCM.
This commit is contained in:
John D Pell
2022-03-04 12:43:02 -08:00
parent 6ca10cf84c
commit 4e0e59230b
4 changed files with 2 additions and 5 deletions

View File

@@ -51,8 +51,6 @@ if [[ -n "${BASH_IT_THEME:-}" ]]; then
source "${BASH_IT}/themes/githelpers.theme.bash"
BASH_IT_LOG_PREFIX="themes: p4helpers: "
source "${BASH_IT}/themes/p4helpers.theme.bash"
BASH_IT_LOG_PREFIX="themes: command_duration: "
source "${BASH_IT}/themes/command_duration.theme.bash"
BASH_IT_LOG_PREFIX="themes: base: "
source "${BASH_IT}/themes/base.theme.bash"