From 4b316903a4990ea26252e1c27933fbd4edbb6f45 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 15 Feb 2009 15:35:29 +0100 Subject: [PATCH] Don't dump cores in zsh. They just take up space and take some time. If necessary they can be activated manually. --- zsh/rc | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.44.2