Skip to content

Commit

Permalink
lib/command_duration: rename theme/command_duration.theme
Browse files Browse the repository at this point in the history
Rename the `theme/command_duration.theme` file as it's not really got anything to do with theming or SCM.
  • Loading branch information
gaelicWizard committed Mar 4, 2022
1 parent 6ca10cf commit 4e0e592
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions bash_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion clean_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ completion/available/wpscan.completion.bash
# libraries
lib/appearance.bash
lib/colors.bash
lib/command_duration.bash
lib/helpers.bash
lib/history.bash
lib/log.bash
Expand Down Expand Up @@ -155,7 +156,6 @@ themes/bobby-python
themes/brainy
themes/brunton
themes/candy
themes/command_duration.theme.bash
themes/easy
themes/essential
themes/githelpers.theme.bash
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions test/plugins/cmd-returned-notify.plugin.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 4e0e592

Please sign in to comment.