mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-24 19:24:19 +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
|
mkdir -p ~/.monkeysphere
|
||||||
echo "USE_VALIDATION_AGENT=true" >> ~/.monkeysphere/monkeysphere.conf
|
echo "USE_VALIDATION_AGENT=true" >> ~/.monkeysphere/monkeysphere.conf
|
||||||
|
|
||||||
|
# Enable core files.
|
||||||
|
ulimit -c unlimited
|
||||||
|
|
||||||
# The environment was set to ~/.environment according to other files...
|
# The environment was set to ~/.environment according to other files...
|
||||||
if [ -f ~/.environment ]; then
|
if [ -f ~/.environment ]; then
|
||||||
. ~/.environment
|
. ~/.environment
|
||||||
|
Loading…
Reference in New Issue
Block a user