diff --git a/xsessionrc b/xsessionrc index c77599a3..5c3e5cf5 100644 --- a/xsessionrc +++ b/xsessionrc @@ -7,6 +7,9 @@ eval $(gpg-agent --daemon) mkdir -p ~/.monkeysphere echo "USE_VALIDATION_AGENT=true" >> ~/.monkeysphere/monkeysphere.conf +# Enable core files. +ulimit -c unlimited + # The environment was set to ~/.environment according to other files... if [ -f ~/.environment ]; then . ~/.environment