2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 19:53:23 +00:00

fix: require lunacolors in preload

This commit is contained in:
TorchedSammy 2021-12-04 17:50:04 -04:00
parent 2e21af4d6b
commit 074c5f6766
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -1,9 +1,9 @@
-- The preload file initializes everything else for our shell
local fs = require 'fs'
local commander = require 'commander'
local bait = require 'bait'
require 'succulent' -- Function additions
local commander = require 'commander'
local fs = require 'fs'
local lunacolors = require 'lunacolors'
local _ require 'succulent' -- Function additions
local oldDir = hilbish.cwd()
local shlvl = tonumber(os.getenv 'SHLVL')