mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
lib/omb-prompt-*: Adjust conflicts and dependencies
This commit is contained in:
@@ -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}")
|
||||
|
Reference in New Issue
Block a user