]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zprofile/00_nocores
set path and locale at login
[zsh.git] / .zsh / zprofile / 00_nocores
1 # zprofile/00_nocores
2 #
3 # Turns of core file generation
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: http://git.madduck.net/v/etc/zsh.git
9 #
10
11 ulimit -c 0
12
13 # vim:ft=zsh