Allow core files by default.

This commit is contained in:
David Tomaschik
2014-05-24 08:30:34 -07:00
parent 173abd42e4
commit 4510acb3ea

View File

@@ -1,6 +1,7 @@
# Sourced by zshrc as well as bash. # Sourced by zshrc as well as bash.
umask 022 umask 022
ulimit -c unlimited
# if running bash # if running bash
if [ -n "$BASH_VERSION" ]; then if [ -n "$BASH_VERSION" ]; then