checkwinsize is already enabled.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 30 Dec 2018 12:56:51 +0200
changeset 917 71ffdacfbc57
parent 916 6abe6497819a
child 918 0cba37c54a9e
checkwinsize is already enabled.
.bashrc
--- 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