From 73156746dff82e207dd1238e639afe44b1be1ebb Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 20 Sep 2015 15:36:48 +0200 Subject: [PATCH] bash: enable ** glob patterns --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 4597e9b..b19af7d 100644 --- a/bashrc +++ b/bashrc @@ -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