2
2
의 미러 https://github.com/Hilbis/Hilbish synced 2025-07-01 00:32:03 +00:00

fix: add home to recent dirs when visited (cd with no args)

This commit is contained in:
TorchedSammy 2021-12-07 16:13:05 -04:00
부모 2f809e398c
커밋 bfc141f655
로그인 계정: sammyette
GPG 키 ID: 904FC49417B44DCD

파일 보기

@ -37,6 +37,9 @@ commander.register('cd', function (args)
end
fs.cd(hilbish.home)
bait.throw('cd', hilbish.home)
table.insert(recentDirs, 1, hilbish.home)
recentDirs[11] = nil
end)
commander.register('exit', function()