From b6ca466859b0bbe1dc0614d62a48b3ca8c513330 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 12 Sep 2012 10:24:01 +0200 Subject: Enable coredumps --- .zsh/zprofile/00_ulimit | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .zsh/zprofile/00_ulimit diff --git a/.zsh/zprofile/00_ulimit b/.zsh/zprofile/00_ulimit new file mode 100644 index 0000000..95e228c --- /dev/null +++ b/.zsh/zprofile/00_ulimit @@ -0,0 +1,13 @@ +# zprofile/00_ulimit +# +# sets process limits +# +# Copyright © 2012 Tobias Klauser +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: git://git.distanz.ch/dotfiles/zsh.git + +# enable core files +ulimit -c unlimited + +# vim:ft=zsh -- cgit v1.2.3-54-g00ecf