mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
bashrc & zshrc: Enable core files.
This commit is contained in:
parent
187fb23216
commit
459bed9221
3
bashrc
3
bashrc
@ -136,6 +136,9 @@ fi
|
||||
# Don't check for mail!
|
||||
unset MAILCHECK
|
||||
|
||||
# Enable core files.
|
||||
ulimit -c unlimited
|
||||
|
||||
# .environment
|
||||
if [ -f ~/.environment ]; then
|
||||
source ~/.environment
|
||||
|
Loading…
Reference in New Issue
Block a user