aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 125bc260..1b8cf373 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -32,6 +32,12 @@ shopt -s checkwinsize
# Put multi-line commands onto one line of history.
shopt -s cmdhist
+# Include dotfiles in pattern matching.
+shopt -s dotglob
+
+# Enable advanced pattern matching.
+shopt -s extglob
+
# Append rather than overwrite Bash history.
shopt -s histappend