aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.d/keep.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/keep.bash b/bash/bashrc.d/keep.bash
index ab89288e..a39d2fa7 100644
--- a/bash/bashrc.d/keep.bash
+++ b/bash/bashrc.d/keep.bash
@@ -131,7 +131,7 @@ EOF
# Otherwise the user must want us to print all the NAMEs kept
(
- shopt -s dotglob nullglob
+ shopt -s nullglob
declare -a keeps
keeps=("$bashkeep"/*.bash)
keeps=("${keeps[@]##*/}")