# HG changeset patch # User Oleksandr Gavenko # Date 1313185225 -10800 # Node ID 0371cfe5a8f5fb542a2bef52166c181d7ec27b78 # Parent eb7a3a95b99a46943e4f1c7ad45009b251feb475 ksh-88 egrep-style extended pattern matching . diff -r eb7a3a95b99a -r 0371cfe5a8f5 .bashrc --- a/.bashrc Wed Aug 10 00:35:17 2011 +0300 +++ b/.bashrc Sat Aug 13 00:40:25 2011 +0300 @@ -50,6 +50,9 @@ # Allows files beginning with a dot ('.') to be returned in the results of path-name expansion. shopt -s dotglob +# ksh-88 egrep-style extended pattern matching. +shopt -s extglob + # Adjust settings according to current terminal window width # which may have changed while the last command was running # (which is a common occurance for vim/less/etc.)