From 378cdf3f7bacceaf72f751f3965295ac1603ca61 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Mar 2012 19:43:45 +1300 Subject: Improve glob settings. --- bash/bashrc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3