From 459bed922188cbbeac8d4bbeecacd507d8a52f16 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 2 May 2012 17:36:48 +0300 Subject: [PATCH] bashrc & zshrc: Enable core files. --- bashrc | 3 +++ zshrc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bashrc b/bashrc index 72b0d398..70cd5708 100644 --- a/bashrc +++ b/bashrc @@ -136,6 +136,9 @@ fi # Don't check for mail! unset MAILCHECK +# Enable core files. +ulimit -c unlimited + # .environment if [ -f ~/.environment ]; then source ~/.environment diff --git a/zshrc b/zshrc index de07acf3..7f00bb81 100644 --- a/zshrc +++ b/zshrc @@ -58,6 +58,9 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd' # Don't check for mail! unset MAILCHECK +# Enable core files +ulimit -c unlimited + # .environment if [ -f ~/.environment ]; then source ~/.environment