mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +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!
|
# Don't check for mail!
|
||||||
unset MAILCHECK
|
unset MAILCHECK
|
||||||
|
|
||||||
|
# Enable core files.
|
||||||
|
ulimit -c unlimited
|
||||||
|
|
||||||
# .environment
|
# .environment
|
||||||
if [ -f ~/.environment ]; then
|
if [ -f ~/.environment ]; then
|
||||||
source ~/.environment
|
source ~/.environment
|
||||||
|
3
zshrc
3
zshrc
@ -58,6 +58,9 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
|
|||||||
# Don't check for mail!
|
# Don't check for mail!
|
||||||
unset MAILCHECK
|
unset MAILCHECK
|
||||||
|
|
||||||
|
# Enable core files
|
||||||
|
ulimit -c unlimited
|
||||||
|
|
||||||
# .environment
|
# .environment
|
||||||
if [ -f ~/.environment ]; then
|
if [ -f ~/.environment ]; then
|
||||||
source ~/.environment
|
source ~/.environment
|
||||||
|
Loading…
Reference in New Issue
Block a user