]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

ulimit instead of no core specific
authormartin f. krafft <madduck@madduck.net>
Wed, 7 May 2008 18:25:23 +0000 (19:25 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 7 May 2008 18:25:23 +0000 (19:25 +0100)
.zsh/zprofile/00_ulimit [moved from .zsh/zprofile/00_nocores with 76% similarity]

similarity index 76%
rename from .zsh/zprofile/00_nocores
rename to .zsh/zprofile/00_ulimit
index d295464cb2b0ab391bd1123d0b2844ce3830ed2c..84a0961fbc602ed957c2f683d4a631078df5e9a5 100644 (file)
@@ -1,6 +1,6 @@
-# zprofile/00_nocores
+# zprofile/00_ulimit
 #
-# Turns of core file generation
+# sets process limits
 #
 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
 # Released under the terms of the Artistic Licence 2.0
@@ -8,6 +8,7 @@
 # Source repository: http://git.madduck.net/v/etc/zsh.git
 #
 
+# disable core files
 ulimit -c 0
 
 # vim:ft=zsh