dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 244b22c1f76656ca20f023340f2e6a766ea9084e
parent 18da501d5e8238358e0ee8a66d9344e11ce63c07
Author: hhvn <dev@hhvn.uk>
Date:   Fri, 15 Apr 2022 12:12:58 +0100

Enable coredumps via .rcrc

Diffstat:
M.rcrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.rcrc b/.rcrc @@ -201,6 +201,9 @@ fn dict { } } +# Enable coredumps of practically infinite size. +limit coredumpsize 99999999 + # .profile INPUTRC = $home/.config/readline/inputrc ENV = $home/.config/ksh/kshrc