mirror of https://github.com/Hilbis/Hilbish
fix: make default config work with breaking changes
parent
4cc49d45c7
commit
11f193b394
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue