bash: enable ** glob patterns

This commit is contained in:
Gabriel Ebner 2015-09-20 15:36:48 +02:00
parent b4165837ce
commit 73156746df
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -17,6 +17,7 @@ PROMPT_COMMAND="history -a; history -c; history -r"
. ~/etc/liquidprompt/liquidprompt
shopt -s autocd
shopt -s globstar
# Bash completion
for i in /etc/profile.d/bash-completion /etc/bash_completion; do