diff --git a/nature/commands/cd.lua b/nature/commands/cd.lua index 509e774..b4d1041 100644 --- a/nature/commands/cd.lua +++ b/nature/commands/cd.lua @@ -31,5 +31,5 @@ commander.register('cd', function (args) fs.cd(hilbish.home) bait.throw('cd', hilbish.home) - dirs.addRecent(hilbish.home) + dirs.push(hilbish.home) end)