2
3
Mirror von https://github.com/sammy-ette/Hilbish synchronisiert 2025-08-10 02:52:03 +00:00

fix: make default config work with breaking changes

Dieser Commit ist enthalten in:
TorchedSammy 2022-02-21 21:14:49 -04:00
Ursprung 4cc49d45c7
Commit 11f193b394
Signiert von: sammyette
GPG-Schlüssel-ID: 904FC49417B44DCD

Datei anzeigen

@ -1,9 +1,9 @@
-- Default Hilbish config
lunacolors = require 'lunacolors'
bait = require 'bait'
local lunacolors = require 'lunacolors'
local bait = require 'bait'
function doPrompt(fail)
prompt(lunacolors.format(
hilbish.prompt(lunacolors.format(
'{blue}%u {cyan}%d ' .. (fail and '{red}' or '{green}') .. ''
))
end