Shopt : Enable extglob.
This commit is contained in:
parent
4935b3d3ae
commit
9956d67c27
|
@ -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
|
||||
|
|
Reference in a new issue