aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-03-02 19:43:45 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-03-02 19:43:45 +1300
commit378cdf3f7bacceaf72f751f3965295ac1603ca61 (patch)
tree40e134ecb6ba0e2e2ee2d0bb1e82cef62f2eccae
parentAdd my home directory to .:/home/tom. (diff)
downloaddotfiles-378cdf3f7bacceaf72f751f3965295ac1603ca61.tar.gz
dotfiles-378cdf3f7bacceaf72f751f3965295ac1603ca61.zip
Improve glob settings.
-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