From: martin f. krafft Date: Wed, 7 May 2008 18:25:23 +0000 (+0100) Subject: ulimit instead of no core specific X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/a22b088d50c3e92dc904b02703015770f1e98b62 ulimit instead of no core specific --- 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