1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-21 09:34:56 +00:00

require overhaul part 2

This commit is contained in:
kepler155c@gmail.com
2018-12-23 17:32:06 -05:00
parent 26564cbcc1
commit 1264b0149b
4 changed files with 37 additions and 137 deletions

View File

@@ -1,4 +1,3 @@
local Config = require('config')
local UI = require('ui')
local Util = require('util')
@@ -7,13 +6,6 @@ local shell = _ENV.shell
UI:configure('System', ...)
local env = {
path = shell.path(),
aliases = shell.aliases(),
lua_path = _ENV.LUA_PATH,
}
Config.load('shell', env)
local systemPage = UI.Page {
tabs = UI.Tabs {
settings = UI.Window {