# Andrew McNabb's bashrc/bash_profile # Load compatible rc file (for aliases and variables) . $HOME/.shenv . $HOME/.shrc # Vi mode: set -o vi # Turn off Debian's stupid command-not-found if it's on: unset -f command_not_found_handle # Override the stupid default where if globs don't match anything, the # characters are just passed along anyway (this is idiotic). shopt -s failglob