From e6125a72e84d3c09a295946a35bb556a0e03e186 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 15 Jul 2018 10:41:58 +0200 Subject: [PATCH] Enable extglob in bash --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 51a6df7..8aa0a3a 100644 --- a/bashrc +++ b/bashrc @@ -19,6 +19,9 @@ shopt -s lithist # No clobbering shopt -o -s noclobber +# Extended globbing +shopt -s extglob + # Check the window size after each command and, if necessary, # Update the values of LINES and COLUMNS. shopt -s checkwinsize