2
2
spegling av https://github.com/Hilbis/Hilbish synced 2025-06-30 16:22:03 +00:00

fix: push home dir to recent dirs with correct function

This commit is contained in:
TorchedSammy 2022-04-30 20:28:47 -04:00
förälder b210378380
incheckning 0642ddda36
Signerad av: sammyette
GPG-nyckel ID: 904FC49417B44DCD

Visa fil

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