mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 13:03:22 +00:00
fix: restore correct hilbish conf file
This commit is contained in:
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…
x
Reference in New Issue
Block a user