]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zprofile/00_ulimit
add zsh modes to everything
[zsh.git] / .zsh / zprofile / 00_ulimit
index 84a0961fbc602ed957c2f683d4a631078df5e9a5..985d0069a9b5d973bfee28bd227d36fa7b766069 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: sh -*-
 # zprofile/00_ulimit
 #
 # sets process limits
@@ -5,10 +6,7 @@
 # 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
+# Source repository: git://git.madduck.net/etc/zsh.git
 #
 
-# disable core files
-ulimit -c 0
-
 # vim:ft=zsh