summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-12-28 16:28:01 +0100
committerMehdi Sadeghi <mehdi@mehdix.org>2021-12-28 16:28:01 +0100
commit664dafb9e58eec0503eef118602b7468f26033d2 (patch)
treec72006268e9fc706f262eab1b9feedec945fb034 /.bashrc
parent5fa92d0f0fcf2b05983f0adb84eeadf1cb51d514 (diff)
Enable bash recursive search.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index c161bce..8311554 100644
--- a/.bashrc
+++ b/.bashrc
@@ -11,6 +11,9 @@ HISTTIMEFORMAT="%F "
PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r;"
#shopt -s histappend
+# Enable recursive search including hidden subs
+shopt -s globstar dotglob
+
# See Bash manual
_completion_loader()
{