about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <david.morgan@gmail.com>2016-05-27 07:52:14 +0100
committerDavid Morgan <david.morgan@gmail.com>2016-05-27 07:52:14 +0100
commitc29657487e2f45144038d034a11082a6b1a0f63e (patch)
treeb6082ecc573bc140826b616d8d2dc07261be4756
parent816441e1da4a7c699a5ee70830b83e15fd7f56a3 (diff)
downloaddotfiles-c29657487e2f45144038d034a11082a6b1a0f63e.tar.gz
Globstar
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index dc56932..097ee88 100644
--- a/.bashrc
+++ b/.bashrc
@@ -242,6 +242,7 @@ if ! [ -x "$(command -v tac)" ]; then
 fi
 
 shopt -s extglob
+shopt -s globstar
 
 set -o noclobber
 set -o vi