From b20ff3df5af28bbae093ffc5c93cd085a985fe5a Mon Sep 17 00:00:00 2001 From: hjp Date: Fri, 19 Oct 2012 11:02:20 +0000 Subject: [PATCH] no limit on coredumps --- .zprofile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index a7a9e6c..843c681 100644 --- a/.zprofile +++ b/.zprofile @@ -1,5 +1,5 @@ # -# $Id: .zprofile,v 1.20 2008-05-02 09:00:15 hjp Exp $ +# $Id: .zprofile,v 1.21 2012-10-19 11:02:20 hjp Exp $ # # this is sourced for login shells after .zshenv but before .zshrc # @@ -31,3 +31,5 @@ then else http_proxy=`findproxy http://zeno.hjp.at:3128/ http://squid.wsr.ac.at:3128/` fi + +limit coredumpsize unlimited