mirror of https://github.com/Hilbis/Hilbish
fix: restore correct hilbish conf file
parent
a7eb69c131
commit
1a8c576e55
|
@ -13,7 +13,6 @@ doPrompt()
|
||||||
|
|
||||||
bait.catch('command.exit', function(code)
|
bait.catch('command.exit', function(code)
|
||||||
doPrompt(code ~= 0)
|
doPrompt(code ~= 0)
|
||||||
print(code:lol())
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
bait.catch('hilbish.vimMode', function(mode)
|
bait.catch('hilbish.vimMode', function(mode)
|
||||||
|
|
Loading…
Reference in New Issue