make bash check window size

This commit is contained in:
Loic Nageleisen 2012-08-13 15:49:41 +02:00
parent ee0ed1a0b2
commit 574058cf02

View file

@ -5,11 +5,13 @@ source $DOTFILES_BASH_DIR/history
source $DOTFILES_BASH_DIR/term_title source $DOTFILES_BASH_DIR/term_title
source $DOTFILES_BASH_DIR/completion source $DOTFILES_BASH_DIR/completion
# Make bash check its window size after a process completes
shopt -s checkwinsize
# easy on spelling mistakes # easy on spelling mistakes
shopt -s cdspell shopt -s cdspell
# turn off distractive bells # turn off distractive bells
set bell-style none set bell-style none
# vim: ft=sh # vim: ft=sh