.bashrc: Add check window size

This commit is contained in:
Alan Orth 2013-06-17 17:59:51 +03:00
parent 8151b68bf2
commit a13bf8bbde
1 changed files with 4 additions and 0 deletions

View File

@ -29,3 +29,7 @@ set -o ignoreeof
# Append, rather than overwrite history files
# Useful for when multiple bash sessions are running
shopt -s histappend
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize