summaryrefslogtreecommitdiff
path: root/.config/login.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-10 18:05:37 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-10 18:05:37 -0400
commit79603171010f907ef037213b7ec6cbf5f33258c1 (patch)
tree33ca779e6a691e582fe73fefbf32349d75e110ba /.config/login.sh
parenta0b0e2faf634625c2ae1981cb1a5604648ad8334 (diff)
stuff
Diffstat (limited to '.config/login.sh')
-rw-r--r--.config/login.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/login.sh b/.config/login.sh
index e1650b2..392dc88 100644
--- a/.config/login.sh
+++ b/.config/login.sh
@@ -11,6 +11,7 @@
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
umask 022
+ulimit -c unlimited # save core dumps
## Paths #############################################################