X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/66e0c46c40148f44edc4a1ddfd1c63b4e577ab3f..a22b088d50c3e92dc904b02703015770f1e98b62:/.zsh/zprofile/00_ulimit diff --git a/.zsh/zprofile/00_ulimit b/.zsh/zprofile/00_ulimit new file mode 100644 index 0000000..84a0961 --- /dev/null +++ b/.zsh/zprofile/00_ulimit @@ -0,0 +1,14 @@ +# zprofile/00_ulimit +# +# sets process limits +# +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +# disable core files +ulimit -c 0 + +# vim:ft=zsh