dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit b300a8b7c09cd1bca58414975520974c5dc2d0cb (patch)
parent 6a90958e42496fe1a509231c0f8976278ad4aaea
Author: Alex Karle <alex@karle.co>
Date:   Tue,  4 Jun 2019 23:23:03 -0400

[perl] bump perldb history size to 10000

Diffstat:
Mperl/perldb | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/perl/perldb b/perl/perldb @@ -1,2 +1,3 @@ # Save all history to ~/.perldb.hist &parse_options("HistFile=$ENV{HOME}/.perldb.hist"); +&parse_options("HistSize=10000");