globstar wasn't working so remove it
[dotfiles] / .bashrc
diff --git a/.bashrc b/.bashrc
index 0f28a57..f0ab9cf 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -21,10 +21,6 @@ shopt -s histappend
 # update the values of LINES and COLUMNS.
 shopt -s checkwinsize
 
-# If set, the pattern "**" used in a pathname expansion context will
-# match all files and zero or more directories and subdirectories.
-shopt -s globstar
-
 # make less more friendly for non-text input files, see lesspipe(1)
 [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"