From a22b088d50c3e92dc904b02703015770f1e98b62 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 7 May 2008 19:25:23 +0100 Subject: [PATCH] ulimit instead of no core specific --- .zsh/zprofile/{00_nocores => 00_ulimit} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .zsh/zprofile/{00_nocores => 00_ulimit} (76%) diff --git a/.zsh/zprofile/00_nocores b/.zsh/zprofile/00_ulimit similarity index 76% rename from .zsh/zprofile/00_nocores rename to .zsh/zprofile/00_ulimit index d295464..84a0961 100644 --- a/.zsh/zprofile/00_nocores +++ b/.zsh/zprofile/00_ulimit @@ -1,6 +1,6 @@ -# zprofile/00_nocores +# zprofile/00_ulimit # -# Turns of core file generation +# sets process limits # # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 @@ -8,6 +8,7 @@ # Source repository: http://git.madduck.net/v/etc/zsh.git # +# disable core files ulimit -c 0 # vim:ft=zsh -- 2.39.2