lib/omb-prompt-*: Adjust conflicts and dependencies

This commit is contained in:
Koichi Murase
2022-01-19 16:58:44 +09:00
parent a0db119be6
commit d0e61d2261
4 changed files with 22 additions and 17 deletions

View File

@@ -96,7 +96,6 @@ _omb_module_require_theme() { _omb_module_require "${@/#/theme:}"; }
# Load all of the config files in ~/.oh-my-bash/lib that end in .sh
# TIP: Add files you don't want in git to .gitignore
_omb_module_require_lib utils
_omb_module_require_lib omb-deprecate
_omb_util_glob_expand _omb_init_files '{"$OSH","$OSH_CUSTOM"}/lib/*.{bash,sh}'
_omb_init_files=("${_omb_init_files[@]##*/}")
_omb_init_files=("${_omb_init_files[@]%.bash}")