]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zprofile/00_ulimit
add zsh modes to everything
[zsh.git] / .zsh / zprofile / 00_ulimit
index 131311c4804c6895fc6c3f917ab502ac08454862..985d0069a9b5d973bfee28bd227d36fa7b766069 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: sh -*-
 # zprofile/00_ulimit
 #
 # sets process limits
@@ -8,7 +9,4 @@
 # Source repository: git://git.madduck.net/etc/zsh.git
 #
 
-# disable core files
-ulimit -c 0
-
 # vim:ft=zsh