aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/rc/main.c')
-rw-r--r--sys/cmd/rc/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/cmd/rc/main.c b/sys/cmd/rc/main.c
index 12f0859..2c0aa42 100644
--- a/sys/cmd/rc/main.c
+++ b/sys/cmd/rc/main.c
@@ -58,8 +58,9 @@ main(int argc, char *argv[])
initpath();
initkeywords();
initshell();
+ inithistory();
- // enablevi();
+ enablevi();
xboot(argc, argv);
/* unreachable */
}