# HG changeset patch # User Oleksandr Gavenko # Date 1362387608 -7200 # Node ID c26afe3a6d86ce00eb61dfede7eaa97e9196146b # Parent 8080fc135a183159da41ade01108dc4358192921# Parent e752deb194d306d055cb76825b28070b08c35eb3 merged diff -r e752deb194d3 -r c26afe3a6d86 .bashrc --- a/.bashrc Tue Feb 26 13:54:40 2013 +0200 +++ b/.bashrc Mon Mar 04 11:00:08 2013 +0200 @@ -41,7 +41,6 @@ HISTIGNORE=\ " cd *":\ "e *":\ -"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":\ "vlc *":ls:pwd # To these options assigned default value, as they satisfy my needs I comment them. @@ -77,6 +76,15 @@ # ksh-88 egrep-style extended pattern matching. shopt -s extglob +# Enable '**' patttern matching. If the pattern is followed by a /, only dirs match. +shopt -s globstar + +# Ignore case in glob. +shopt -s nocaseglob + +# Show stopped jobs before exit. Next ^D force to leave bash... +shopt -s checkjobs + # 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.)