From ea56ac325b043df8ee5bdbb840fb96eddf633ed1 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Mon, 25 Sep 2017 17:14:08 -0400 Subject: [PATCH] better startup --- sys/boot/multishell.boot | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/multishell.boot b/sys/boot/multishell.boot index 2d22df9..a600f14 100644 --- a/sys/boot/multishell.boot +++ b/sys/boot/multishell.boot @@ -24,6 +24,7 @@ local function run(file, ...) end _G.requireInjector = run('sys/apis/injector.lua') +shell.setPath('usr/apps:sys/apps:' .. shell.path()) -- user environment if not fs.exists('usr/apps') then