From 7c78de6d1cfc0d063efca512f04425599cc2198f Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Tue, 19 May 2015 21:23:01 -0700 Subject: [PATCH] globstar wasn't working so remove it --- .bashrc | 4 ---- 1 file changed, 4 deletions(-) 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)" -- 2.20.1