fix: make default config work with breaking changes

windows-fixes
TorchedSammy 2022-02-21 21:14:49 -04:00
parent 4cc49d45c7
commit 11f193b394
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 3 additions and 3 deletions

View File

@ -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