fix: push home dir to recent dirs with correct function

insensitive-tab^2
TorchedSammy 2022-04-30 20:28:47 -04:00
parent b210378380
commit 0642ddda36
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -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)