summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-05-29 04:45:46 -0500
committerJesse Luehrs <doy@tozt.net>2013-05-29 04:45:46 -0500
commitce62e06a2ad801aec1bf9f393475b01d25670892 (patch)
treee8111b32210cafdefe22938d3312fa0c46dedb2e /bin
parentf976a32382588d1596c4f13d471bd6664ad9748d (diff)
downloadreply-ce62e06a2ad801aec1bf9f393475b01d25670892.tar.gz
reply-ce62e06a2ad801aec1bf9f393475b01d25670892.zip
config file loading
Diffstat (limited to 'bin')
-rw-r--r--bin/repl2
1 files changed, 1 insertions, 1 deletions
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;