From 4510acb3ea5f1d507e8d6a5ed352e5a11765c3a2 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 24 May 2014 08:30:34 -0700 Subject: [PATCH] Allow core files by default. --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index ee97d3f..37f9529 100644 --- a/profile +++ b/profile @@ -1,6 +1,7 @@ # Sourced by zshrc as well as bash. umask 022 +ulimit -c unlimited # if running bash if [ -n "$BASH_VERSION" ]; then