mirror of https://github.com/Hilbis/Hilbish
fix: push home dir to recent dirs with correct function
parent
b210378380
commit
0642ddda36
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue