From: Simon Ruderich Date: Sun, 15 Feb 2009 14:35:29 +0000 (+0100) Subject: Don't dump cores in zsh. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=4b316903a4990ea26252e1c27933fbd4edbb6f45;p=config%2Fdotfiles.git Don't dump cores in zsh. They just take up space and take some time. If necessary they can be activated manually. --- diff --git a/zsh/rc b/zsh/rc index 0d702b0..070e3c1 100644 --- a/zsh/rc +++ b/zsh/rc @@ -11,9 +11,6 @@ bindkey -v # Be paranoid, new files are readable/writable by me only. umask 077 -# Make sure core dumps are created. -ulimit -c unlimited - # Prevent overwriting existing files with '> filename', use '>| filename' # (or >!) instead. setopt noclobber