--- a/.bashrc Sun Dec 30 12:30:21 2018 +0200
+++ b/.bashrc Sun Dec 30 12:56:51 2018 +0200
@@ -102,12 +102,6 @@
# Show stopped jobs before exit. Next ^D force to leave bash...
shopt -s checkjobs
-# Adjust settings according to current terminal window width
-# which may have changed while the last command was running
-# (which is a common occurance for vim/less/etc.)
-# Note this is already set in /etc/bashrc on Fedora 8 at least.
-shopt -s checkwinsize
-
# Let me have core dumps
ulimit -c unlimited