Shopt : Enable extglob.
This commit is contained in:
parent
4935b3d3ae
commit
9956d67c27
|
@ -1,6 +1,6 @@
|
||||||
shopt -s dotglob
|
shopt -s dotglob
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
shopt -s autocd
|
shopt -s autocd
|
||||||
# set -o vi
|
shopt -s extglob
|
||||||
# bind -m vi-command ".":yank-last-argument
|
|
||||||
exec {BASH_XTRACEFD}>/dev/null
|
exec {BASH_XTRACEFD}>/dev/null
|
||||||
|
|
Reference in a new issue