Ignore missing globstar shopt

This commit is contained in:
2021-01-10 12:14:03 +01:00
parent f9239201a4
commit 5502f976d9

View File

@@ -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