2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 04:53:24 +00:00

fix: restore correct hilbish conf file

This commit is contained in:
TorchedSammy 2022-08-01 15:11:17 -04:00
parent a7eb69c131
commit 1a8c576e55
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -13,7 +13,6 @@ doPrompt()
bait.catch('command.exit', function(code)
doPrompt(code ~= 0)
print(code:lol())
end)
bait.catch('hilbish.vimMode', function(mode)