oh-my-bash/lib
Koichi Murase 08e297c631 fix(lib/shopt): turn on "extglob" by default
We thought that we already have `extglob` turned on, but it was just
turned on by bash-completion that we loaded from "lib/bourne-shell".
When the sytem does not have bash-completion, the extglob settings are
not enabled and thus causes an issue with constructs using extglob.
We already turn on many glob features in "lib/shopt", and there does
not seem to be reason not to turn on "extglob".  In this patch, we
enable it by default.
2024-09-09 15:18:27 +09:00
..
base.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
bourne-shell.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
cli.bash fix(lib/cli): fix typos for "extglob" 2024-09-08 15:37:10 +09:00
directories.sh lib/directories (cd): do not use pushd/DIRSTACK by default 2023-09-25 01:10:02 +09:00
functions.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
git.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
grep.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
history.sh fix(lib/history): update "HIST{,FILE}SIZE" for unlimited history 2024-08-24 22:51:19 +09:00
misc.sh Refactor "{{which,command -v} => _omb_util_{binary,command}_exists}" 2022-08-23 18:09:16 +09:00
mo.sh global: Switch the function-declarations to avoid unexpected alias expansions 2023-02-10 00:38:56 +09:00
nvm.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
omb-completion.sh completions/{ssh,rake,capistrano}: Do not rewrite COMP_WORDBREAKS 2023-10-01 04:51:02 +09:00
omb-deprecate.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
omb-prompt-base.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
omb-prompt-colors.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
omb-util.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
readlink.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
shopt.sh fix(lib/shopt): turn on "extglob" by default 2024-09-09 15:18:27 +09:00
spectrum.sh lib/spectrum: fix up ed5a250 2022-04-21 20:59:02 +09:00
spinner.sh global: Switch the function-declarations to avoid unexpected alias expansions 2023-02-10 00:38:56 +09:00
theme-and-appearance.sh refactor: Normalize shebang of scripts to source 2022-01-15 19:00:35 +09:00
utils.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00