]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zprofile/00_nocores
ulimit instead of no core specific
[zsh.git] / .zsh / zprofile / 00_nocores
diff --git a/.zsh/zprofile/00_nocores b/.zsh/zprofile/00_nocores
deleted file mode 100644 (file)
index d295464..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# zprofile/00_nocores
-#
-# Turns of core file generation
-#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
-# Released under the terms of the Artistic Licence 2.0
-#
-# Source repository: http://git.madduck.net/v/etc/zsh.git
-#
-
-ulimit -c 0
-
-# vim:ft=zsh