# check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # append to the history file instead of overwriting it shopt -s histappend # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)" if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi