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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/rc/main.c b/sys/cmd/rc/main.c
index 12f0859..865bcde 100644
--- a/sys/cmd/rc/main.c
+++ b/sys/cmd/rc/main.c
@@ -59,7 +59,7 @@ main(int argc, char *argv[])
initkeywords();
initshell();
- // enablevi();
+ enablevi();
xboot(argc, argv);
/* unreachable */
}