From: Simon Ruderich Date: Mon, 24 Nov 2008 19:11:23 +0000 (+0100) Subject: Make sure core dumps are saved. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=c97f749a7c7791032ba52bc5642229ce1db6976d;p=config%2Fdotfiles.git Make sure core dumps are saved. --- diff --git a/zsh/rc b/zsh/rc index ddee69f..b1cc9d5 100644 --- a/zsh/rc +++ b/zsh/rc @@ -7,6 +7,9 @@ bindkey -v # Be paranoid, new files are readable/writable by me only. umask 077 +# Make sure core dumps are created. +ulimit -c unlimited + # Use history and store it in ~/.zsh/history. HISTSIZE=1000 SAVEHIST=1000