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

@@ -3,8 +3,7 @@
load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
function local_setup_file() {
setup_libs "preexec" #"command_duration"
load ../../themes/command_duration.theme
setup_libs "command_duration"
load "${BASH_IT?}/plugins/available/cmd-returned-notify.plugin.bash"
}