X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/66e0c46c40148f44edc4a1ddfd1c63b4e577ab3f..a22b088d50c3e92dc904b02703015770f1e98b62:/.zsh/zprofile/00_nocores diff --git a/.zsh/zprofile/00_nocores b/.zsh/zprofile/00_nocores deleted file mode 100644 index d295464..0000000 --- a/.zsh/zprofile/00_nocores +++ /dev/null @@ -1,13 +0,0 @@ -# zprofile/00_nocores -# -# Turns of core file generation -# -# 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 -# - -ulimit -c 0 - -# vim:ft=zsh