Mirror von
https://github.com/Hilbis/Hilbish
synchronisiert 2025-07-03 17:52:02 +00:00
fix: require lunacolors in preload
Dieser Commit ist enthalten in:
Ursprung
2e21af4d6b
Commit
074c5f6766
@ -1,9 +1,9 @@
|
|||||||
-- The preload file initializes everything else for our shell
|
-- The preload file initializes everything else for our shell
|
||||||
|
|
||||||
local fs = require 'fs'
|
|
||||||
local commander = require 'commander'
|
|
||||||
local bait = require 'bait'
|
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 oldDir = hilbish.cwd()
|
||||||
|
|
||||||
local shlvl = tonumber(os.getenv 'SHLVL')
|
local shlvl = tonumber(os.getenv 'SHLVL')
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren