diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() { |
