Skip to content

Commit b84d985

Browse files
committed
fix: throw old cd hook
1 parent d193445 commit b84d985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nature/commands/cd.lua

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ commander.register('cd', function (args, sinks)
2222
sinks.out:writeln(err)
2323
return 1
2424
end
25+
bait.throw('cd', path, oldPath)
2526
bait.throw('hilbish.cd', fs.abs(path), oldPath)
2627
end)

0 commit comments

Comments
 (0)