diff -r 8c7465d5f94d -r 6c53a61678d7 .bashrc --- a/.bashrc Tue Mar 16 23:54:05 2010 +0200 +++ b/.bashrc Wed Mar 17 00:05:13 2010 +0200 @@ -37,6 +37,12 @@ # be corrected. shopt -s cdspell +# Save all lines of a multiple-line command in the same history entry. +shopt -s cmdhist + +# Allows files beginning with a dot ('.') to be returned in the results of path-name expansion. +shopt -s dotglob + # 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.)