]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Make sure core dumps are saved.
authorSimon Ruderich <simon@ruderich.org>
Mon, 24 Nov 2008 19:11:23 +0000 (20:11 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:40 +0000 (16:34 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index ddee69f157c24111c8d3daf4b8e839ad34ac3d8d..b1cc9d551cb536342b5ab0b74cdb97e9fabf5943 100644 (file)
--- 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