From cd96ac86ac135b2e26cbf2cd3b2ebe9e2305391f Mon Sep 17 00:00:00 2001 From: sammy <38820196+TorchedSammy@users.noreply.github.com> Date: Wed, 14 Apr 2021 13:19:41 -0400 Subject: [PATCH] chore: remove old commented code --- .hilbishrc.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/.hilbishrc.lua b/.hilbishrc.lua index aa6edc0..b51db8f 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -18,4 +18,3 @@ bait.catch('command.exit', function(code) doPrompt(code ~= 0) end) ---hook("tab complete", function ())