1 files changed, 3 insertions(+), 0 deletions(-)
M .bashrc
M .bashrc => .bashrc +3 -0
@@ 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()
{