From b84d985ce6d59149689a1239eee62607007b396f Mon Sep 17 00:00:00 2001 From: sammyette Date: Sun, 29 Dec 2024 11:28:14 -0400 Subject: [PATCH] fix: throw old cd hook --- nature/commands/cd.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nature/commands/cd.lua b/nature/commands/cd.lua index 0efbb3f..284d420 100644 --- a/nature/commands/cd.lua +++ b/nature/commands/cd.lua @@ -22,5 +22,6 @@ commander.register('cd', function (args, sinks) sinks.out:writeln(err) return 1 end + bait.throw('cd', path, oldPath) bait.throw('hilbish.cd', fs.abs(path), oldPath) end)