bashrc & zshrc: Enable core files.

This commit is contained in:
Mika Suomalainen 2012-05-02 17:36:48 +03:00
parent 187fb23216
commit 459bed9221
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -136,6 +136,9 @@ fi
# Don't check for mail!
unset MAILCHECK
# Enable core files.
ulimit -c unlimited
# .environment
if [ -f ~/.environment ]; then
source ~/.environment

3
zshrc
View File

@ -58,6 +58,9 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
# Don't check for mail!
unset MAILCHECK
# Enable core files
ulimit -c unlimited
# .environment
if [ -f ~/.environment ]; then
source ~/.environment