From 5502f976d993b5bf2af900658ead38243e9ac373 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 10 Jan 2021 12:14:03 +0100 Subject: [PATCH] Ignore missing globstar shopt --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a539fc1..9024672 100644 --- a/.bashrc +++ b/.bashrc @@ -24,7 +24,7 @@ shopt -s checkwinsize [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" # If set, the pattern "**" used in a pathname expansion context will # match all files and zero or more directories and subdirectories. -shopt -s globstar +shopt -s globstar 2>/dev/null || true ## ## prompt games