From 574058cf02bc1893ed89a0fb12bd56a21a41eab9 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 13 Aug 2012 15:49:41 +0200 Subject: [PATCH] make bash check window size --- bash/rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash/rc b/bash/rc index 32cdc20..4d7cf10 100644 --- a/bash/rc +++ b/bash/rc @@ -5,11 +5,13 @@ source $DOTFILES_BASH_DIR/history source $DOTFILES_BASH_DIR/term_title source $DOTFILES_BASH_DIR/completion +# Make bash check its window size after a process completes +shopt -s checkwinsize + # easy on spelling mistakes shopt -s cdspell # turn off distractive bells set bell-style none - # vim: ft=sh