xsessionrc: Enable core files.

This commit is contained in:
Mika Suomalainen 2012-05-02 18:23:12 +03:00
parent 2ca40ee8bb
commit 77809964be
1 changed files with 3 additions and 0 deletions

View File

@ -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