globstar wasn't working so remove it
authorDavid Kerkeslager <fake@mailinator.com>
Wed, 20 May 2015 04:23:01 +0000 (21:23 -0700)
committerDavid Kerkeslager <david.kerkeslager@globalpovertyproject.com>
Tue, 4 Aug 2015 15:01:26 +0000 (15:01 +0000)
.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)"