From ce62e06a2ad801aec1bf9f393475b01d25670892 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 29 May 2013 04:45:46 -0500 Subject: config file loading --- bin/repl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/repl b/bin/repl index b61c670..24cc351 100644 --- a/bin/repl +++ b/bin/repl @@ -4,4 +4,4 @@ use warnings; use App::REPL; -App::REPL->new->run; +App::REPL->new(script => "$ENV{HOME}/.replrc")->run; -- cgit v1.2.3-54-g00ecf