From: David Kerkeslager Date: Wed, 20 May 2015 04:23:01 +0000 (-0700) Subject: globstar wasn't working so remove it X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=7c78de6d1cfc0d063efca512f04425599cc2198f globstar wasn't working so remove it --- diff --git a/.bashrc b/.bashrc index 0f28a57..f0ab9cf 100644 --- 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)"