Shopt : Enable extglob.

This commit is contained in:
Dmitry Voronin 2024-02-05 16:18:30 +03:00
parent 4935b3d3ae
commit 9956d67c27

View file

@ -1,6 +1,6 @@
shopt -s dotglob
shopt -s globstar
shopt -s autocd
# set -o vi
# bind -m vi-command ".":yank-last-argument
shopt -s extglob
exec {BASH_XTRACEFD}>/dev/null