if [[ ${BASH_VERSION} != "3.2*" ]]; then shopt -s autocd fi # append to the history file, don't overwrite it shopt -s histappend # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # vim: ft=bash