]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zprofile/00_ulimit
131311c4804c6895fc6c3f917ab502ac08454862
[zsh.git] / .zsh / zprofile / 00_ulimit
1 # zprofile/00_ulimit
2 #
3 # sets process limits
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: git://git.madduck.net/etc/zsh.git
9 #
10
11 # disable core files
12 ulimit -c 0
13
14 # vim:ft=zsh