~mehdix/dotfiles

664dafb9e58eec0503eef118602b7468f26033d2 — Mehdi Sadeghi 2 years ago 5fa92d0
Enable bash recursive search.
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()
{