From f70cad5cf8b321eb08cee83c02397442543ca65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 3 Dec 2008 21:23:04 +0000 Subject: [PATCH] * Added "shopt -s checkwinsize" to our /etc/profile. This fixes bug #2514, thanks Adrian! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28772 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/etc/profile b/data/etc/profile index 2ce95c2fa0..c6e8d29114 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -16,6 +16,8 @@ alias ll="ls -lA" alias la="ls -A" alias m="more" +shopt -s checkwinsize + # # and now we include a few useful things... #