summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/histedit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c
index ae39c0b..6cd9fe4 100644
--- a/bin/sh/histedit.c
+++ b/bin/sh/histedit.c
@@ -132,6 +132,7 @@ bad:
el_set(el, EL_EDITOR, "vi");
else if (Eflag)
el_set(el, EL_EDITOR, "emacs");
+ el_source(el, NULL);
}
} else {
INTOFF;
OpenPOWER on IntegriCloud