mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 11:52:31 +01:00
xsessionrc: Enable core files.
This commit is contained in:
parent
2ca40ee8bb
commit
77809964be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user