diff --git a/.hilbishrc.lua b/.hilbishrc.lua index 649f5ab..249f97e 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -47,10 +47,3 @@ end) bait.catch('hilbish.notification', function(notif) doNotifyPrompt() end) - -local commander = require 'commander' -commander.register('loop', function() - while true do - -- nothing - end -end)