summaryrefslogtreecommitdiffstats
path: root/bin/repl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repl')
-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;