From cad329a4e91635db4b9925984b3d0643e2357984 Mon Sep 17 00:00:00 2001 From: Trevor Hickey Date: Thu, 23 Jan 2014 05:48:39 -0500 Subject: [PATCH] removes a duplicate default option setting You already have `shopt -s checkwinsize` down at the bottom of this file --- .shells/defaults | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.shells/defaults b/.shells/defaults index 39df67a..489ff73 100644 --- a/.shells/defaults +++ b/.shells/defaults @@ -1,7 +1,3 @@ -# check the window size after each command and, if necessary, -# update the values of LINES and COLUMNS. -shopt -s checkwinsize - # Bash history HISTSIZE=2500 HISTFILESIZE=2500