]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zprofile/00_ulimit
ulimit instead of no core specific
[zsh.git] / .zsh / zprofile / 00_ulimit
diff --git a/.zsh/zprofile/00_ulimit b/.zsh/zprofile/00_ulimit
new file mode 100644 (file)
index 0000000..84a0961
--- /dev/null
@@ -0,0 +1,14 @@
+# zprofile/00_ulimit
+#
+# sets process limits
+#
+# 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
+#
+
+# disable core files
+ulimit -c 0
+
+# vim:ft=zsh