summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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()
{